#596A79

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

Shades of Shuttle Grey #596A79

Tints of Shuttle Grey #596A79

Color information

#596A79 (or 0x596A79) is unknown color: approx Shuttle Grey. HEX triplet: 59, 6A and 79. RGB value is (89,106,121). Sum of RGB (Red+Green+Blue) = 89+106+121=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #596A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A79 is #A69586. Grayscale: #666666. Windows color (decimal): -10917255 or 7957081. OLE color: 7957081.

HSL color Cylindrical-coordinate representation of color #596A79: hue angle of 208.12º 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 #596A79 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB89106121-
CMYK0.260.1200.53
HSL208.12º15.24%41.18%-
HSV(B)208.12º26.45%47.45%-
XYZ12.7313.8120.08-
YUV102.63138.37118.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=28.16%
G=33.54%
B=38.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891061210.260.1200.53208.1215.2441.18
Hex596A791AC035d0f29
Octal13115217132140653201751
Binary1011001110101011110011101011000110101110100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596A79; }

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

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

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

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

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

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

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

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