#56089F

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

Shades of Indigo #56089F

Tints of Indigo #56089F

Color information

#56089F (or 0x56089F) is unknown color: approx Indigo. HEX triplet: 56, 08 and 9F. RGB value is (86,8,159). Sum of RGB (Red+Green+Blue) = 86+8+159=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #56089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56089F is #A9F760. Grayscale: #303030. Windows color (decimal): -11138913 or 10422358. OLE color: 10422358.

HSL color Cylindrical-coordinate representation of color #56089F: hue angle of 270.99º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56089F is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB868159-
CMYK0.460.9500.38
HSL270.99º90.42%32.75%-
HSV(B)270.99º94.97%62.35%-
XYZ10.184.6633.16-
YUV48.54190.34154.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=33.99%
G=3.16%
B=62.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8681590.460.9500.38270.9990.4232.75
Hex5689F2E5F02610f5a21
Octal126102375613704641713241
Binary1010110100010011111101110101111101001101000011111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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