#596170

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

Shades of Shuttle Grey #596170

Tints of Shuttle Grey #596170

Color information

#596170 (or 0x596170) is unknown color: approx Shuttle Grey. HEX triplet: 59, 61 and 70. RGB value is (89,97,112). Sum of RGB (Red+Green+Blue) = 89+97+112=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #596170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596170 is #A69E8F. Grayscale: #606060. Windows color (decimal): -10919568 or 7364953. OLE color: 7364953.

HSL color Cylindrical-coordinate representation of color #596170: hue angle of 219.13º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596170 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8997112-
CMYK0.210.1300.56
HSL219.13º11.44%39.41%-
HSV(B)219.13º20.54%43.92%-
XYZ11.3211.8417.02-
YUV96.32136.85122.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=29.87%
G=32.55%
B=37.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89971120.210.1300.56219.1311.4439.41
Hex59617015D038dbb27
Octal13114116025150703331347
Binary1011001110000111100001010111010111000110110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596170; }

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

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

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

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

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

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

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

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