#596471

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

Shades of Shuttle Grey #596471

Tints of Shuttle Grey #596471

Color information

#596471 (or 0x596471) is unknown color: approx Shuttle Grey. HEX triplet: 59, 64 and 71. RGB value is (89,100,113). Sum of RGB (Red+Green+Blue) = 89+100+113=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #596471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596471 is #A69B8E. Grayscale: #626262. Windows color (decimal): -10918799 or 7431257. OLE color: 7431257.

HSL color Cylindrical-coordinate representation of color #596471: hue angle of 212.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596471 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB89100113-
CMYK0.210.1200.56
HSL212.5º11.88%39.61%-
HSV(B)212.5º21.24%44.31%-
XYZ11.6612.4317.41-
YUV98.19136.36121.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=29.47%
G=33.11%
B=37.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891001130.210.1200.56212.511.8839.61
Hex59647115C038d4c28
Octal13114416125140703241450
Binary1011001110010011100011010111000111000110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596471; }

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

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

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

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

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

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

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

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