#5C07EE

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

Shades of Electric Indigo #5C07EE

Tints of Electric Indigo #5C07EE

Color information

#5C07EE (or 0x5C07EE) is unknown color: approx Electric Indigo. HEX triplet: 5C, 07 and EE. RGB value is (92,7,238). Sum of RGB (Red+Green+Blue) = 92+7+238=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C07EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C07EE is #A3F811. Grayscale: #393939. Windows color (decimal): -10745874 or 15599452. OLE color: 15599452.

HSL color Cylindrical-coordinate representation of color #5C07EE: hue angle of 262.08º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C07EE is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB927238-
CMYK0.610.9700.07
HSL262.08º94.29%48.04%-
HSV(B)262.08º97.06%93.33%-
XYZ19.928.681.5-
YUV58.75229.16151.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 7 (3.12% from 255) = 2.08%
BLUE value IS 238 (93.36% from 255) = 70.62%
R=27.30%
G=2.08%
B=70.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9272380.610.9700.07262.0894.2948.04
Hex5C7EE3D61071065e30
Octal1347356751410740613660
Binary101110011111101110111101110000101111000001101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C07EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,7,238); }

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

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

 a { background-color: rgb(92,7,238); }

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

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

 span { border-color: rgb(92,7,238); }

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