#5C06E3

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

Shades of Electric Indigo #5C06E3

Tints of Electric Indigo #5C06E3

Color information

#5C06E3 (or 0x5C06E3) is unknown color: approx Electric Indigo. HEX triplet: 5C, 06 and E3. RGB value is (92,6,227). Sum of RGB (Red+Green+Blue) = 92+6+227=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 227 (89.06% from 255 or 69.85% from 325); Max value from RGB is 227 - color contains mainly: blue. Hex color #5C06E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06E3 is #A3F91C. Grayscale: #383838. Windows color (decimal): -10746141 or 14878300. OLE color: 14878300.

HSL color Cylindrical-coordinate representation of color #5C06E3: hue angle of 263.35º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C06E3 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB926227-
CMYK0.590.9700.11
HSL263.35º94.85%45.69%-
HSV(B)263.35º97.36%89.02%-
XYZ18.347.9573.24-
YUV56.91223.99153.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.31%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 227 (89.06% from 255) = 69.85%
R=28.31%
G=1.85%
B=69.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal9262270.590.9700.11263.3594.8545.69
Hex5C6E33B610B1075f2e
Octal13463437314101340713756
Binary1011100110111000111110111100001010111000001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C06E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,6,227); }

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

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

 a { background-color: rgb(92,6,227); }

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

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

 span { border-color: rgb(92,6,227); }

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