#596479

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

Shades of Shuttle Grey #596479

Tints of Shuttle Grey #596479

Color information

#596479 (or 0x596479) is unknown color: approx Shuttle Grey. HEX triplet: 59, 64 and 79. RGB value is (89,100,121). Sum of RGB (Red+Green+Blue) = 89+100+121=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #596479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596479 is #A69B86. Grayscale: #636363. Windows color (decimal): -10918791 or 7955545. OLE color: 7955545.

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

Color convert

RGB89100121-
CMYK0.260.1700.53
HSL219.38º15.24%41.18%-
HSV(B)219.38º26.45%47.45%-
XYZ12.1312.6219.89-
YUV99.1140.36120.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.71%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=28.71%
G=32.26%
B=39.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891001210.260.1700.53219.3815.2441.18
Hex5964791A11035dbf29
Octal13114417132210653331751
Binary10110011100100111100111010100010110101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596479; }

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

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

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

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

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

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

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

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