#59606D

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

Shades of Shuttle Grey #59606D

Tints of Shuttle Grey #59606D

Color information

#59606D (or 0x59606D) is unknown color: approx Shuttle Grey. HEX triplet: 59, 60 and 6D. RGB value is (89,96,109). Sum of RGB (Red+Green+Blue) = 89+96+109=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #59606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59606D is #A69F92. Grayscale: #5F5F5F. Windows color (decimal): -10919827 or 7168089. OLE color: 7168089.

HSL color Cylindrical-coordinate representation of color #59606D: hue angle of 219º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59606D is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8996109-
CMYK0.180.1200.57
HSL219º10.1%38.82%-
HSV(B)219º18.35%42.75%-
XYZ11.0611.5916.12-
YUV95.39135.68123.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.27%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=30.27%
G=32.65%
B=37.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal89961090.180.1200.5721910.138.82
Hex59606D12C039dba27
Octal13114015522140713331247
Binary1011001110000011011011001011000111001110110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59606D; }

 p { color: rgb(89,96,109); }

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

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

 a { background-color: rgb(89,96,109); }

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

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

 span { border-color: rgb(89,96,109); }

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