#596772

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

Shades of Shuttle Grey #596772

Tints of Shuttle Grey #596772

Color information

#596772 (or 0x596772) is unknown color: approx Shuttle Grey. HEX triplet: 59, 67 and 72. RGB value is (89,103,114). Sum of RGB (Red+Green+Blue) = 89+103+114=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #596772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596772 is #A6988D. Grayscale: #646464. Windows color (decimal): -10918030 or 7497561. OLE color: 7497561.

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

Color convert

RGB89103114-
CMYK0.220.1000.55
HSL206.4º12.32%39.8%-
HSV(B)206.4º21.93%44.71%-
XYZ12.0113.0417.8-
YUV100.07135.86120.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=29.08%
G=33.66%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891031140.220.1000.55206.412.3239.8
Hex59677216A037cec28
Octal13114716226120673161450
Binary1011001110011111100101011010100110111110011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596772; }

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

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

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

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

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

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

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

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