#596879

Color #596879 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #596879

Tints of Shuttle Grey #596879

Color information

#596879 (or 0x596879) is unknown color: approx Shuttle Grey. HEX triplet: 59, 68 and 79. RGB value is (89,104,121). Sum of RGB (Red+Green+Blue) = 89+104+121=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #596879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596879 is #A69786. Grayscale: #656565. Windows color (decimal): -10917767 or 7956569. OLE color: 7956569.

HSL color Cylindrical-coordinate representation of color #596879: hue angle of 211.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596879 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB89104121-
CMYK0.260.1400.53
HSL211.88º15.24%41.18%-
HSV(B)211.88º26.45%47.45%-
XYZ12.5213.420.02-
YUV101.45139.03119.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=28.34%
G=33.12%
B=38.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891041210.260.1400.53211.8815.2441.18
Hex5968791AE035d4f29
Octal13115017132160653241751
Binary1011001110100011110011101011100110101110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596879; }

 p { color: rgb(89,104,121); }

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

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

 a { background-color: rgb(89,104,121); }

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

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

 span { border-color: rgb(89,104,121); }

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