#596071

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

Shades of Shuttle Grey #596071

Tints of Shuttle Grey #596071

Color information

#596071 (or 0x596071) is unknown color: approx Shuttle Grey. HEX triplet: 59, 60 and 71. RGB value is (89,96,113). Sum of RGB (Red+Green+Blue) = 89+96+113=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #596071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596071 is #A69F8E. Grayscale: #5F5F5F. Windows color (decimal): -10919823 or 7430233. OLE color: 7430233.

HSL color Cylindrical-coordinate representation of color #596071: hue angle of 222.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 #596071 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8996113-
CMYK0.210.1500.56
HSL222.5º11.88%39.61%-
HSV(B)222.5º21.24%44.31%-
XYZ11.2811.6817.28-
YUV95.84137.68123.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=29.87%
G=32.21%
B=37.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89961130.210.1500.56222.511.8839.61
Hex59607115F038dec28
Octal13114016125170703361450
Binary1011001110000011100011010111110111000110111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596071; }

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

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

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

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

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

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

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

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