#5b08f5

Color #5B08F5 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5B08F5

Tints of Electric Indigo #5B08F5

Color information

#5B08F5 (or 0x5B08F5) is unknown color: approx Electric Indigo. HEX triplet: 5B, 08 and F5. RGB value is (91,8,245). Sum of RGB (Red+Green+Blue) = 91+8+245=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 245 (96.09% from 255 or 71.22% from 344); Max value from RGB is 245 - color contains mainly: blue. Hex color #5B08F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B08F5 is #A4F70A. Grayscale: #3A3A3A. Windows color (decimal): -10811147 or 16058459. OLE color: 16058459.

HSL color Cylindrical-coordinate representation of color #5B08F5: hue angle of 261.01º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B08F5 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB918245-
CMYK0.630.9700.04
HSL261.01º93.68%49.61%-
HSV(B)261.01º96.73%96.08%-
XYZ20.888.9987.02-
YUV59.84232.5150.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 8 (3.52% from 255) = 2.33%
BLUE value IS 245 (96.09% from 255) = 71.22%
R=26.45%
G=2.33%
B=71.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9182450.630.9700.04261.0193.6849.61
Hex5B8F53F61041055e32
Octal13310365771410440513662
Binary1011011100011110101111111110000101001000001011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b08f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5b08f5; }

 p { color: rgb(91,8,245); }

 H1.HeaderClassName
 {
   color: #5b08f5;
 }
 .AnyTagClassName
 {
   color: #5b08f5;
 }
</style>
background-color css

<style>
 a { background-color: #5b08f5; }

 a { background-color: rgb(91,8,245); }

 div.DivClassName
 {
   background-color: #5b08f5;
 }
 .BgClassName
 {
   background-color: #5b08f5;
 }
</style>
border-color css

<style>
 span { border-color: #5b08f5; }

 span { border-color: rgb(91,8,245); }

 td.TdClassName
 {
   border-color: #5b08f5;
 }
 .TagClassName
 {
   border-color: #5b08f5;
 }
</style>