#57086C

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

Shades of Indigo #57086C

Tints of Indigo #57086C

Color information

#57086C (or 0x57086C) is unknown color: approx Indigo. HEX triplet: 57, 08 and 6C. RGB value is (87,8,108). Sum of RGB (Red+Green+Blue) = 87+8+108=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #57086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57086C is #A8F793. Grayscale: #2A2A2A. Windows color (decimal): -11073428 or 7080023. OLE color: 7080023.

HSL color Cylindrical-coordinate representation of color #57086C: hue angle of 287.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57086C is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB878108-
CMYK0.190.9300.58
HSL287.4º86.21%22.75%-
HSV(B)287.4º92.59%42.35%-
XYZ6.723.2814.47-
YUV43.02164.67159.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=42.86%
G=3.94%
B=53.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8781080.190.9300.58287.486.2122.75
Hex5786C135D03A11f5617
Octal127101542313507243712627
Binary1010111100011011001001110111010111010100011111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57086C; }

 p { color: rgb(87,8,108); }

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

<style>
 a { background-color: #57086C; }

 a { background-color: rgb(87,8,108); }

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

<style>
 span { border-color: #57086C; }

 span { border-color: rgb(87,8,108); }

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