#596474

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

Shades of Shuttle Grey #596474

Tints of Shuttle Grey #596474

Color information

#596474 (or 0x596474) is unknown color: approx Shuttle Grey. HEX triplet: 59, 64 and 74. RGB value is (89,100,116). Sum of RGB (Red+Green+Blue) = 89+100+116=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #596474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596474 is #A69B8B. Grayscale: #626262. Windows color (decimal): -10918796 or 7627865. OLE color: 7627865.

HSL color Cylindrical-coordinate representation of color #596474: hue angle of 215.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #596474 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB89100116-
CMYK0.230.1400.55
HSL215.56º13.17%40.2%-
HSV(B)215.56º23.28%45.49%-
XYZ11.8312.518.31-
YUV98.54137.86121.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=29.18%
G=32.79%
B=38.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891001160.230.1400.55215.5613.1740.2
Hex59647417E037d8d28
Octal13114416427160673301550
Binary1011001110010011101001011111100110111110110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596474; }

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

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

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

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

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

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

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

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