Html Css Color HEX #5B05DC Electric Indigo

📋 copy color: '#5B05DC'

red 91 ◦ green 5 ◦ blue 220

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

Shades of Electric Indigo #5B05DC

Tints of Electric Indigo #5B05DC

RGB

 RED value IS 91 (35.94% from 255) = 28.8%

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 28.8%
G = 1.58%
B = 69.62%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B05DC (or 0x5B05DC) is known color: Electric Indigo. HEX triplet: 5B, 05 and DC. RGB value is (91,5,220). Sum of RGB (Red+Green+Blue) = 91+5+220=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B05DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B05DC is #A4FA23. Grayscale: #363636. Windows color (decimal): -10811940 or 14419291. OLE color: 14419291.

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

Color convert

RGB 91 5 220 -
CMYK 0.59 0.98 0 0.14
HSL 264º 0.96% 0.44% -
HSV(B) 264º 0.98% 0.86% -
XYZ 17.29 7.5 68.25 -
YUV 55.22 220.99 153.52 -
System Red Green Blue C M Y K H S L
Decimal 91 5 220 0.59 0.98 0 0.14 264 0.96 0.44
Hex 5B 5 DC 3B 62 0 E 108 60 2C
Octal 133 5 334 73 142 0 16 410 140 54
Binary 1011011 101 11011100 111011 1100010 0 1110 100001000 1100000 101100

Color Harmonies of #5B05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B05DC

Black with #5B05DC

Text Example


Text Example

White with #5B05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,220); }

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

background-color css

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

 a { background-color: rgb(91,5,220); }

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

border-color css

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

 span { border-color: rgb(91,5,220); }

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