#56089B

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

Shades of Indigo #56089B

Tints of Indigo #56089B

Color information

#56089B (or 0x56089B) is unknown color: approx Indigo. HEX triplet: 56, 08 and 9B. RGB value is (86,8,155). Sum of RGB (Red+Green+Blue) = 86+8+155=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #56089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56089B is #A9F764. Grayscale: #2F2F2F. Windows color (decimal): -11138917 or 10160214. OLE color: 10160214.

HSL color Cylindrical-coordinate representation of color #56089B: hue angle of 271.84º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56089B is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB868155-
CMYK0.450.9500.39
HSL271.84º90.18%31.96%-
HSV(B)271.84º94.84%60.78%-
XYZ9.844.5231.36-
YUV48.08188.34155.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=34.54%
G=3.21%
B=62.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8681550.450.9500.39271.8490.1831.96
Hex5689B2D5F0271105a20
Octal126102335513704742013240
Binary1010110100010011011101101101111101001111000100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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