Html Css Color HEX #5605FF Electric Indigo

📋 copy color: '#5605FF'

red 86 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #5605FF

Tints of Electric Indigo #5605FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.7%

R = 24.86%
G = 1.45%
B = 73.7%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5605FF (or 0x5605FF) is known color: Electric Indigo. HEX triplet: 56, 05 and FF. RGB value is (86,5,255). Sum of RGB (Red+Green+Blue) = 86+5+255=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #5605FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5605FF is #A9FA00. Grayscale: #383838. Windows color (decimal): -11139585 or 16713046. OLE color: 16713046.

HSL color Cylindrical-coordinate representation of color #5605FF: hue angle of 259.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5605FF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 5 255 -
CMYK 0.66 0.98 0 0
HSL 259.44º 1% 0.51% -
HSV(B) 259.44º 0.98% 1% -
XYZ 21.94 9.31 95.25 -
YUV 57.72 239.34 148.17 -
System Red Green Blue C M Y K H S L
Decimal 86 5 255 0.66 0.98 0 0 259.44 1 0.51
Hex 56 5 FF 42 62 0 0 103 64 33
Octal 126 5 377 102 142 0 0 403 144 63
Binary 1010110 101 11111111 1000010 1100010 0 0 100000011 1100100 110011

Color Harmonies of #5605FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5605FF

Black with #5605FF

Text Example


Text Example

White with #5605FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5605FF; }

 p { color: rgb(86,5,255); }

 H1.HeaderClassName
 {
   color: #5605FF;
 }
 .AnyTagClassName
 {
   color: #5605FF;
 }
</style>

background-color css

<style>
 a { background-color: #5605FF; }

 a { background-color: rgb(86,5,255); }

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

border-color css

<style>
 span { border-color: #5605FF; }

 span { border-color: rgb(86,5,255); }

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