#596878

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

Shades of Shuttle Grey #596878

Tints of Shuttle Grey #596878

Color information

#596878 (or 0x596878) is unknown color: approx Shuttle Grey. HEX triplet: 59, 68 and 78. RGB value is (89,104,120). Sum of RGB (Red+Green+Blue) = 89+104+120=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #596878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596878 is #A69787. Grayscale: #656565. Windows color (decimal): -10917768 or 7891033. OLE color: 7891033.

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

Color convert

RGB89104120-
CMYK0.260.1300.53
HSL210.97º14.83%40.98%-
HSV(B)210.97º25.83%47.06%-
XYZ12.4613.3819.7-
YUV101.34138.53119.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=28.43%
G=33.23%
B=38.34%

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
Decimal891041200.260.1300.53210.9714.8340.98
Hex5968781AD035d3f29
Octal13115017032150653231751
Binary1011001110100011110001101011010110101110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596878; }

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

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

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

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

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

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

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

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