#596672

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

Shades of Shuttle Grey #596672

Tints of Shuttle Grey #596672

Color information

#596672 (or 0x596672) is unknown color: approx Shuttle Grey. HEX triplet: 59, 66 and 72. RGB value is (89,102,114). Sum of RGB (Red+Green+Blue) = 89+102+114=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #596672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596672 is #A6998D. Grayscale: #636363. Windows color (decimal): -10918286 or 7497305. OLE color: 7497305.

HSL color Cylindrical-coordinate representation of color #596672: hue angle of 208.8º 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 #596672 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB89102114-
CMYK0.220.1100.55
HSL208.8º12.32%39.8%-
HSV(B)208.8º21.93%44.71%-
XYZ11.9112.8417.77-
YUV99.48136.19120.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=29.18%
G=33.44%
B=37.38%

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
Decimal891021140.220.1100.55208.812.3239.8
Hex59667216B037d1c28
Octal13114616226130673211450
Binary1011001110011011100101011010110110111110100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596672; }

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

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

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

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

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

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

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

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