#596771

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

Shades of Shuttle Grey #596771

Tints of Shuttle Grey #596771

Color information

#596771 (or 0x596771) is unknown color: approx Shuttle Grey. HEX triplet: 59, 67 and 71. RGB value is (89,103,113). Sum of RGB (Red+Green+Blue) = 89+103+113=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #596771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596771 is #A6988E. Grayscale: #636363. Windows color (decimal): -10918031 or 7432025. OLE color: 7432025.

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

Color convert

RGB89103113-
CMYK0.210.0900.56
HSL205º11.88%39.61%-
HSV(B)205º21.24%44.31%-
XYZ11.9513.0217.51-
YUV99.95135.36120.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=29.18%
G=33.77%
B=37.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891031130.210.0900.5620511.8839.61
Hex596771159038cdc28
Octal13114716125110703151450
Binary1011001110011111100011010110010111000110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596771; }

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

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

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

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

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

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

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

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