Html Css Color HEX #5C06DF Electric Indigo

📋 copy color: '#5C06DF'

red 92 ◦ green 6 ◦ blue 223

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

Shades of Electric Indigo #5C06DF

Tints of Electric Indigo #5C06DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 28.66%
G = 1.87%
B = 69.47%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5C06DF (or 0x5C06DF) is known color: Electric Indigo. HEX triplet: 5C, 06 and DF. RGB value is (92,6,223). Sum of RGB (Red+Green+Blue) = 92+6+223=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06DF is #A3F920. Grayscale: #373737. Windows color (decimal): -10746145 or 14616156. OLE color: 14616156.

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

Color convert

RGB 92 6 223 -
CMYK 0.59 0.97 0 0.13
HSL 263.78º 0.95% 0.45% -
HSV(B) 263.78º 0.97% 0.87% -
XYZ 17.8 7.73 70.37 -
YUV 56.45 221.99 153.36 -
System Red Green Blue C M Y K H S L
Decimal 92 6 223 0.59 0.97 0 0.13 263.78 0.95 0.45
Hex 5C 6 DF 3B 61 0 D 108 5F 2D
Octal 134 6 337 73 141 0 15 410 137 55
Binary 1011100 110 11011111 111011 1100001 0 1101 100001000 1011111 101101

Color Harmonies of #5C06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06DF

Black with #5C06DF

Text Example


Text Example

White with #5C06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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