#5705AB

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

Shades of Indigo #5705AB

Tints of Indigo #5705AB

Color information

#5705AB (or 0x5705AB) is unknown color: approx Indigo. HEX triplet: 57, 05 and AB. RGB value is (87,5,171). Sum of RGB (Red+Green+Blue) = 87+5+171=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #5705AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5705AB is #A8FA54. Grayscale: #2F2F2F. Windows color (decimal): -11074133 or 11208023. OLE color: 11208023.

HSL color Cylindrical-coordinate representation of color #5705AB: hue angle of 269.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5705AB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB875171-
CMYK0.490.9700.33
HSL269.64º94.32%34.51%-
HSV(B)269.64º97.08%67.06%-
XYZ11.345.0838.91-
YUV48.44197.17155.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=33.08%
G=1.90%
B=65.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8751710.490.9700.33269.6494.3234.51
Hex575AB316102110e5e23
Octal12752536114104141613643
Binary101011110110101011110001110000101000011000011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5705AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5705AB; }

 p { color: rgb(87,5,171); }

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

<style>
 a { background-color: #5705AB; }

 a { background-color: rgb(87,5,171); }

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

<style>
 span { border-color: #5705AB; }

 span { border-color: rgb(87,5,171); }

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