#596172

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

Shades of Shuttle Grey #596172

Tints of Shuttle Grey #596172

Color information

#596172 (or 0x596172) is unknown color: approx Shuttle Grey. HEX triplet: 59, 61 and 72. RGB value is (89,97,114). Sum of RGB (Red+Green+Blue) = 89+97+114=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #596172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596172 is #A69E8D. Grayscale: #606060. Windows color (decimal): -10919566 or 7496025. OLE color: 7496025.

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

Color convert

RGB8997114-
CMYK0.220.1500.55
HSL220.8º12.32%39.8%-
HSV(B)220.8º21.93%44.71%-
XYZ11.4311.8917.61-
YUV96.55137.85122.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=29.67%
G=32.33%
B=38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89971140.220.1500.55220.812.3239.8
Hex59617216F037ddc28
Octal13114116226170673351450
Binary1011001110000111100101011011110110111110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596172; }

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

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

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

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

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

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

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

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