#596370

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

Shades of Shuttle Grey #596370

Tints of Shuttle Grey #596370

Color information

#596370 (or 0x596370) is unknown color: approx Shuttle Grey. HEX triplet: 59, 63 and 70. RGB value is (89,99,112). Sum of RGB (Red+Green+Blue) = 89+99+112=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #596370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596370 is #A69C8F. Grayscale: #616161. Windows color (decimal): -10919056 or 7365465. OLE color: 7365465.

HSL color Cylindrical-coordinate representation of color #596370: hue angle of 213.91º 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 #596370 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8999112-
CMYK0.210.1200.56
HSL213.91º11.44%39.41%-
HSV(B)213.91º20.54%43.92%-
XYZ11.5112.2217.08-
YUV97.49136.19121.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=29.67%
G=33%
B=37.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89991120.210.1200.56213.9111.4439.41
Hex59637015C038d6b27
Octal13114316025140703261347
Binary1011001110001111100001010111000111000110101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596370; }

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

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

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

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

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

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

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

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