#596978

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

Shades of Shuttle Grey #596978

Tints of Shuttle Grey #596978

Color information

#596978 (or 0x596978) is unknown color: approx Shuttle Grey. HEX triplet: 59, 69 and 78. RGB value is (89,105,120). Sum of RGB (Red+Green+Blue) = 89+105+120=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #596978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596978 is #A69687. Grayscale: #656565. Windows color (decimal): -10917512 or 7891289. OLE color: 7891289.

HSL color Cylindrical-coordinate representation of color #596978: hue angle of 209.03º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596978 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB89105120-
CMYK0.260.1300.53
HSL209.03º14.83%40.98%-
HSV(B)209.03º25.83%47.06%-
XYZ12.5613.5819.73-
YUV101.93138.2118.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=28.34%
G=33.44%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891051200.260.1300.53209.0314.8340.98
Hex5969781AD035d1f29
Octal13115117032150653211751
Binary1011001110100111110001101011010110101110100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596978; }

 p { color: rgb(89,105,120); }

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

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

 a { background-color: rgb(89,105,120); }

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

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

 span { border-color: rgb(89,105,120); }

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