#5604AC

Color #5604AC Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5604AC

Tints of Indigo #5604AC

Color information

#5604AC (or 0x5604AC) is unknown color: approx Indigo. HEX triplet: 56, 04 and AC. RGB value is (86,4,172). Sum of RGB (Red+Green+Blue) = 86+4+172=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #5604AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5604AC is #A9FB53. Grayscale: #2F2F2F. Windows color (decimal): -11139924 or 11273302. OLE color: 11273302.

HSL color Cylindrical-coordinate representation of color #5604AC: hue angle of 269.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5604AC is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB864172-
CMYK0.50.9800.33
HSL269.29º95.45%34.51%-
HSV(B)269.29º97.67%67.45%-
XYZ11.335.0439.41-
YUV47.67198.17155.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 172 (67.58% from 255) = 65.65%
R=32.82%
G=1.53%
B=65.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8641720.50.9800.33269.2995.4534.51
Hex564AC326202110d5f23
Octal12642546214204141513743
Binary101011010010101100110010110001001000011000011011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5604AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5604AC; }

 p { color: rgb(86,4,172); }

 H1.HeaderClassName
 {
   color: #5604AC;
 }
 .AnyTagClassName
 {
   color: #5604AC;
 }
</style>
background-color css

<style>
 a { background-color: #5604AC; }

 a { background-color: rgb(86,4,172); }

 div.DivClassName
 {
   background-color: #5604AC;
 }
 .BgClassName
 {
   background-color: #5604AC;
 }
</style>
border-color css

<style>
 span { border-color: #5604AC; }

 span { border-color: rgb(86,4,172); }

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