#5701A5

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

Shades of Indigo #5701A5

Tints of Indigo #5701A5

Color information

#5701A5 (or 0x5701A5) is unknown color: approx Indigo. HEX triplet: 57, 01 and A5. RGB value is (87,1,165). Sum of RGB (Red+Green+Blue) = 87+1+165=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 165 (64.84% from 255 or 65.22% from 253); Max value from RGB is 165 - color contains mainly: blue. Hex color #5701A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5701A5 is #A8FE5A. Grayscale: #2C2C2C. Windows color (decimal): -11075163 or 10813783. OLE color: 10813783.

HSL color Cylindrical-coordinate representation of color #5701A5: hue angle of 271.46º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5701A5 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB871165-
CMYK0.470.9900.35
HSL271.46º98.8%32.55%-
HSV(B)271.46º99.39%64.71%-
XYZ10.734.7635.95-
YUV45.41195.49157.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 165 (64.84% from 255) = 65.22%
R=34.39%
G=0.40%
B=65.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8711650.470.9900.35271.4698.832.55
Hex571A52F6302310f6321
Octal12712455714304341714341
Binary1010111110100101101111110001101000111000011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5701A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5701A5; }

 p { color: rgb(87,1,165); }

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

<style>
 a { background-color: #5701A5; }

 a { background-color: rgb(87,1,165); }

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

<style>
 span { border-color: #5701A5; }

 span { border-color: rgb(87,1,165); }

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