Html Css Color HEX #5C06EC Electric Indigo

📋 copy color: '#5C06EC'

red 92 ◦ green 6 ◦ blue 236

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

Shades of Electric Indigo #5C06EC

Tints of Electric Indigo #5C06EC

RGB

 RED value IS 92 (36.33% from 255) = 27.54%

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

 BLUE value IS 236 (92.58% from 255) = 70.66%

R = 27.54%
G = 1.8%
B = 70.66%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5C06EC (or 0x5C06EC) is known color: Electric Indigo. HEX triplet: 5C, 06 and EC. RGB value is (92,6,236). Sum of RGB (Red+Green+Blue) = 92+6+236=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C06EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C06EC is #A3F913. Grayscale: #393939. Windows color (decimal): -10746132 or 15468124. OLE color: 15468124.

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

Color convert

RGB 92 6 236 -
CMYK 0.61 0.97 0 0.07
HSL 262.43º 0.95% 0.47% -
HSV(B) 262.43º 0.97% 0.93% -
XYZ 19.62 8.46 79.96 -
YUV 57.93 228.49 152.3 -
System Red Green Blue C M Y K H S L
Decimal 92 6 236 0.61 0.97 0 0.07 262.43 0.95 0.47
Hex 5C 6 EC 3D 61 0 7 106 5F 2F
Octal 134 6 354 75 141 0 7 406 137 57
Binary 1011100 110 11101100 111101 1100001 0 111 100000110 1011111 101111

Color Harmonies of #5C06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06EC

Black with #5C06EC

Text Example


Text Example

White with #5C06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C06EC;
 }
 .AnyTagClassName
 {
   color: #5C06EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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