#596478

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

Shades of Shuttle Grey #596478

Tints of Shuttle Grey #596478

Color information

#596478 (or 0x596478) is unknown color: approx Shuttle Grey. HEX triplet: 59, 64 and 78. RGB value is (89,100,120). Sum of RGB (Red+Green+Blue) = 89+100+120=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #596478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596478 is #A69B87. Grayscale: #626262. Windows color (decimal): -10918792 or 7890009. OLE color: 7890009.

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

Color convert

RGB89100120-
CMYK0.260.1700.53
HSL218.71º14.83%40.98%-
HSV(B)218.71º25.83%47.06%-
XYZ12.0712.5919.56-
YUV98.99139.86120.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.80%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=28.80%
G=32.36%
B=38.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal891001200.260.1700.53218.7114.8340.98
Hex5964781A11035dbf29
Octal13114417032210653331751
Binary10110011100100111100011010100010110101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596478; }

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

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

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

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

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

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

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

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