Html Css Color HEX #5602DD Electric Indigo

📋 copy color: '#5602DD'

red 86 ◦ green 2 ◦ blue 221

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

Shades of Electric Indigo #5602DD

Tints of Electric Indigo #5602DD

RGB

 RED value IS 86 (33.98% from 255) = 27.83%

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 27.83%
G = 0.65%
B = 71.52%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5602DD (or 0x5602DD) is known color: Electric Indigo. HEX triplet: 56, 02 and DD. RGB value is (86,2,221). Sum of RGB (Red+Green+Blue) = 86+2+221=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #5602DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5602DD is #A9FD22. Grayscale: #333333. Windows color (decimal): -11140387 or 14484054. OLE color: 14484054.

HSL color Cylindrical-coordinate representation of color #5602DD: hue angle of 263.01º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5602DD is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 2 221 -
CMYK 0.61 0.99 0 0.13
HSL 263.01º 0.98% 0.44% -
HSV(B) 263.01º 0.99% 0.87% -
XYZ 16.91 7.24 68.91 -
YUV 52.08 223.33 152.19 -
System Red Green Blue C M Y K H S L
Decimal 86 2 221 0.61 0.99 0 0.13 263.01 0.98 0.44
Hex 56 2 DD 3D 63 0 D 107 62 2C
Octal 126 2 335 75 143 0 15 407 142 54
Binary 1010110 10 11011101 111101 1100011 0 1101 100000111 1100010 101100

Color Harmonies of #5602DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5602DD

Black with #5602DD

Text Example


Text Example

White with #5602DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5602DD; }

 p { color: rgb(86,2,221); }

 H1.HeaderClassName
 {
   color: #5602DD;
 }
 .AnyTagClassName
 {
   color: #5602DD;
 }
</style>

background-color css

<style>
 a { background-color: #5602DD; }

 a { background-color: rgb(86,2,221); }

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

border-color css

<style>
 span { border-color: #5602DD; }

 span { border-color: rgb(86,2,221); }

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