#596572

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

Shades of Shuttle Grey #596572

Tints of Shuttle Grey #596572

Color information

#596572 (or 0x596572) is unknown color: approx Shuttle Grey. HEX triplet: 59, 65 and 72. RGB value is (89,101,114). Sum of RGB (Red+Green+Blue) = 89+101+114=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #596572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596572 is #A69A8D. Grayscale: #626262. Windows color (decimal): -10918542 or 7497049. OLE color: 7497049.

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

Color convert

RGB89101114-
CMYK0.220.1100.55
HSL211.2º12.32%39.8%-
HSV(B)211.2º21.93%44.71%-
XYZ11.8112.6517.74-
YUV98.89136.52120.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=29.28%
G=33.22%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891011140.220.1100.55211.212.3239.8
Hex59657216B037d3c28
Octal13114516226130673231450
Binary1011001110010111100101011010110110111110100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596572; }

 p { color: rgb(89,101,114); }

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

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

 a { background-color: rgb(89,101,114); }

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

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

 span { border-color: rgb(89,101,114); }

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