#56079E

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

Shades of Indigo #56079E

Tints of Indigo #56079E

Color information

#56079E (or 0x56079E) is unknown color: approx Indigo. HEX triplet: 56, 07 and 9E. RGB value is (86,7,158). Sum of RGB (Red+Green+Blue) = 86+7+158=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #56079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56079E is #A9F861. Grayscale: #2F2F2F. Windows color (decimal): -11139170 or 10356566. OLE color: 10356566.

HSL color Cylindrical-coordinate representation of color #56079E: hue angle of 271.39º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56079E is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB867158-
CMYK0.460.9600.38
HSL271.39º91.52%32.35%-
HSV(B)271.39º95.57%61.96%-
XYZ10.094.632.7-
YUV47.84190.17155.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=34.26%
G=2.79%
B=62.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8671580.460.9600.38271.3991.5232.35
Hex5679E2E6002610f5c20
Octal12672365614004641713440
Binary101011011110011110101110110000001001101000011111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56079E; }

 p { color: rgb(86,7,158); }

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

<style>
 a { background-color: #56079E; }

 a { background-color: rgb(86,7,158); }

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

<style>
 span { border-color: #56079E; }

 span { border-color: rgb(86,7,158); }

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