Html Css Color HEX #5C06DB Electric Indigo

📋 copy color: '#5C06DB'

red 92 ◦ green 6 ◦ blue 219

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

Shades of Electric Indigo #5C06DB

Tints of Electric Indigo #5C06DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 29.02%
G = 1.89%
B = 69.09%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C06DB (or 0x5C06DB) is known color: Electric Indigo. HEX triplet: 5C, 06 and DB. RGB value is (92,6,219). Sum of RGB (Red+Green+Blue) = 92+6+219=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06DB is #A3F924. Grayscale: #373737. Windows color (decimal): -10746149 or 14354012. OLE color: 14354012.

HSL color Cylindrical-coordinate representation of color #5C06DB: hue angle of 264.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C06DB is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 6 219 -
CMYK 0.58 0.97 0 0.14
HSL 264.23º 0.95% 0.44% -
HSV(B) 264.23º 0.97% 0.86% -
XYZ 17.26 7.52 67.56 -
YUV 56 219.99 153.68 -
System Red Green Blue C M Y K H S L
Decimal 92 6 219 0.58 0.97 0 0.14 264.23 0.95 0.44
Hex 5C 6 DB 3A 61 0 E 108 5F 2C
Octal 134 6 333 72 141 0 16 410 137 54
Binary 1011100 110 11011011 111010 1100001 0 1110 100001000 1011111 101100

Color Harmonies of #5C06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06DB

Black with #5C06DB

Text Example


Text Example

White with #5C06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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