Html Css Color HEX #5806EA Electric Indigo

📋 copy color: '#5806EA'

red 88 ◦ green 6 ◦ blue 234

#5806EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5806EA

Tints of Electric Indigo #5806EA

RGB

 RED value IS 88 (34.77% from 255) = 26.83%

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 234 (91.8% from 255) = 71.34%

R = 26.83%
G = 1.83%
B = 71.34%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5806EA (or 0x5806EA) is known color: Electric Indigo. HEX triplet: 58, 06 and EA. RGB value is (88,6,234). Sum of RGB (Red+Green+Blue) = 88+6+234=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #5806EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5806EA is #A7F915. Grayscale: #373737. Windows color (decimal): -11008278 or 15337048. OLE color: 15337048.

HSL color Cylindrical-coordinate representation of color #5806EA: hue angle of 261.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5806EA is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 6 234 -
CMYK 0.62 0.97 0 0.08
HSL 261.58º 0.95% 0.47% -
HSV(B) 261.58º 0.97% 0.92% -
XYZ 18.94 8.15 78.42 -
YUV 56.51 228.17 150.46 -
System Red Green Blue C M Y K H S L
Decimal 88 6 234 0.62 0.97 0 0.08 261.58 0.95 0.47
Hex 58 6 EA 3E 61 0 8 106 5F 2F
Octal 130 6 352 76 141 0 10 406 137 57
Binary 1011000 110 11101010 111110 1100001 0 1000 100000110 1011111 101111

Color Harmonies of #5806EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5806EA

Black with #5806EA

Text Example


Text Example

White with #5806EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5806EA; }

 p { color: rgb(88,6,234); }

 H1.HeaderClassName
 {
   color: #5806EA;
 }
 .AnyTagClassName
 {
   color: #5806EA;
 }
</style>

background-color css

<style>
 a { background-color: #5806EA; }

 a { background-color: rgb(88,6,234); }

 div.DivClassName
 {
   background-color: #5806EA;
 }
 .BgClassName
 {
   background-color: #5806EA;
 }
</style>

border-color css

<style>
 span { border-color: #5806EA; }

 span { border-color: rgb(88,6,234); }

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