#56087B

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

Shades of Indigo #56087B

Tints of Indigo #56087B

Color information

#56087B (or 0x56087B) is unknown color: approx Indigo. HEX triplet: 56, 08 and 7B. RGB value is (86,8,123). Sum of RGB (Red+Green+Blue) = 86+8+123=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #56087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56087B is #A9F784. Grayscale: #2C2C2C. Windows color (decimal): -11138949 or 8063062. OLE color: 8063062.

HSL color Cylindrical-coordinate representation of color #56087B: hue angle of 280.7º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56087B is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB868123-
CMYK0.300.9300.52
HSL280.7º87.79%25.69%-
HSV(B)280.7º93.5%48.24%-
XYZ7.53.5819.04-
YUV44.43172.34157.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=39.63%
G=3.69%
B=56.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8681230.300.9300.52280.787.7925.69
Hex5687B1E5D034119581a
Octal126101733613506443113032
Binary1010110100011110111111010111010110100100011001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56087B; }

 p { color: rgb(86,8,123); }

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

<style>
 a { background-color: #56087B; }

 a { background-color: rgb(86,8,123); }

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

<style>
 span { border-color: #56087B; }

 span { border-color: rgb(86,8,123); }

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