#596272

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

Shades of Shuttle Grey #596272

Tints of Shuttle Grey #596272

Color information

#596272 (or 0x596272) is unknown color: approx Shuttle Grey. HEX triplet: 59, 62 and 72. RGB value is (89,98,114). Sum of RGB (Red+Green+Blue) = 89+98+114=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #596272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596272 is #A69D8D. Grayscale: #616161. Windows color (decimal): -10919310 or 7496281. OLE color: 7496281.

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

Color convert

RGB8998114-
CMYK0.220.1400.55
HSL218.4º12.32%39.8%-
HSV(B)218.4º21.93%44.71%-
XYZ11.5212.0717.64-
YUV97.13137.52122.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.57%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=29.57%
G=32.56%
B=37.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89981140.220.1400.55218.412.3239.8
Hex59627216E037dac28
Octal13114216226160673321450
Binary1011001110001011100101011011100110111110110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596272; }

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

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

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

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

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

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

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

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