#596375

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

Shades of Shuttle Grey #596375

Tints of Shuttle Grey #596375

Color information

#596375 (or 0x596375) is unknown color: approx Shuttle Grey. HEX triplet: 59, 63 and 75. RGB value is (89,99,117). Sum of RGB (Red+Green+Blue) = 89+99+117=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #596375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596375 is #A69C8A. Grayscale: #616161. Windows color (decimal): -10919051 or 7693145. OLE color: 7693145.

HSL color Cylindrical-coordinate representation of color #596375: hue angle of 218.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596375 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8999117-
CMYK0.240.1500.54
HSL218.57º13.59%40.39%-
HSV(B)218.57º23.93%45.88%-
XYZ11.7912.3318.59-
YUV98.06138.69121.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=29.18%
G=32.46%
B=38.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89991170.240.1500.54218.5713.5940.39
Hex59637518F036dbe28
Octal13114316530170663331650
Binary1011001110001111101011100011110110110110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596375; }

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

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

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

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

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

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

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

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