#5C04EB

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

Shades of Electric Indigo #5C04EB

Tints of Electric Indigo #5C04EB

Color information

#5C04EB (or 0x5C04EB) is unknown color: approx Electric Indigo. HEX triplet: 5C, 04 and EB. RGB value is (92,4,235). Sum of RGB (Red+Green+Blue) = 92+4+235=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C04EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C04EB is #A3FB14. Grayscale: #373737. Windows color (decimal): -10746645 or 15402076. OLE color: 15402076.

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

Color convert

RGB924235-
CMYK0.610.9800.08
HSL262.86º96.65%46.86%-
HSV(B)262.86º98.3%92.16%-
XYZ19.458.3679.19-
YUV56.65228.65153.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 235 (92.19% from 255) = 71.00%
R=27.79%
G=1.21%
B=71.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9242350.610.9800.08262.8696.6546.86
Hex5C4EB3D6208107612f
Octal13443537514201040714157
Binary1011100100111010111111011100010010001000001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C04EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,4,235); }

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

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

 a { background-color: rgb(92,4,235); }

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

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

 span { border-color: rgb(92,4,235); }

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