#56187A

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

Shades of Indigo #56187A

Tints of Indigo #56187A

Color information

#56187A (or 0x56187A) is unknown color: approx Indigo. HEX triplet: 56, 18 and 7A. RGB value is (86,24,122). Sum of RGB (Red+Green+Blue) = 86+24+122=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #56187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56187A is #A9E785. Grayscale: #353535. Windows color (decimal): -11134854 or 8001622. OLE color: 8001622.

HSL color Cylindrical-coordinate representation of color #56187A: hue angle of 277.96º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56187A is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8624122-
CMYK0.300.8000.52
HSL277.96º67.12%28.63%-
HSV(B)277.96º80.33%47.84%-
XYZ7.684.0418.79-
YUV53.71166.54151.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=37.07%
G=10.34%
B=52.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86241220.300.8000.52277.9667.1228.63
Hex56187A1E50034116431d
Octal126301723612006442610335
Binary10101101100011110101111010100000110100100010110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56187A; }

 p { color: rgb(86,24,122); }

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

<style>
 a { background-color: #56187A; }

 a { background-color: rgb(86,24,122); }

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

<style>
 span { border-color: #56187A; }

 span { border-color: rgb(86,24,122); }

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