Html Css Color HEX #5D06DC Electric Indigo

📋 copy color: '#5D06DC'

red 93 ◦ green 6 ◦ blue 220

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

Shades of Electric Indigo #5D06DC

Tints of Electric Indigo #5D06DC

RGB

 RED value IS 93 (36.72% from 255) = 29.15%

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

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 29.15%
G = 1.88%
B = 68.97%

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

#5D06DC (or 0x5D06DC) is known color: Electric Indigo. HEX triplet: 5D, 06 and DC. RGB value is (93,6,220). Sum of RGB (Red+Green+Blue) = 93+6+220=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D06DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D06DC is #A2F923. Grayscale: #373737. Windows color (decimal): -10680612 or 14419549. OLE color: 14419549.

HSL color Cylindrical-coordinate representation of color #5D06DC: hue angle of 264.39º 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 #5D06DC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 6 220 -
CMYK 0.58 0.97 0 0.14
HSL 264.39º 0.95% 0.44% -
HSV(B) 264.39º 0.97% 0.86% -
XYZ 17.5 7.62 68.26 -
YUV 56.41 220.32 154.1 -
System Red Green Blue C M Y K H S L
Decimal 93 6 220 0.58 0.97 0 0.14 264.39 0.95 0.44
Hex 5D 6 DC 3A 61 0 E 108 5F 2C
Octal 135 6 334 72 141 0 16 410 137 54
Binary 1011101 110 11011100 111010 1100001 0 1110 100001000 1011111 101100

Color Harmonies of #5D06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D06DC

Black with #5D06DC

Text Example


Text Example

White with #5D06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,6,220); }

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

background-color css

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

 a { background-color: rgb(93,6,220); }

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

border-color css

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

 span { border-color: rgb(93,6,220); }

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