#596778

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

Shades of Shuttle Grey #596778

Tints of Shuttle Grey #596778

Color information

#596778 (or 0x596778) is unknown color: approx Shuttle Grey. HEX triplet: 59, 67 and 78. RGB value is (89,103,120). Sum of RGB (Red+Green+Blue) = 89+103+120=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #596778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596778 is #A69887. Grayscale: #646464. Windows color (decimal): -10918024 or 7890777. OLE color: 7890777.

HSL color Cylindrical-coordinate representation of color #596778: hue angle of 212.9º 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 #596778 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB89103120-
CMYK0.260.1400.53
HSL212.9º14.83%40.98%-
HSV(B)212.9º25.83%47.06%-
XYZ12.3613.1819.66-
YUV100.75138.86119.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=28.53%
G=33.01%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891031200.260.1400.53212.914.8340.98
Hex5967781AE035d5f29
Octal13114717032160653251751
Binary1011001110011111110001101011100110101110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596778; }

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

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

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

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

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

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

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

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