#596570

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

Shades of Shuttle Grey #596570

Tints of Shuttle Grey #596570

Color information

#596570 (or 0x596570) is unknown color: approx Shuttle Grey. HEX triplet: 59, 65 and 70. RGB value is (89,101,112). Sum of RGB (Red+Green+Blue) = 89+101+112=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #596570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596570 is #A69A8F. Grayscale: #626262. Windows color (decimal): -10918544 or 7365977. OLE color: 7365977.

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

Color convert

RGB89101112-
CMYK0.210.1000.56
HSL208.7º11.44%39.41%-
HSV(B)208.7º20.54%43.92%-
XYZ11.712.617.14-
YUV98.67135.52121.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=29.47%
G=33.44%
B=37.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891011120.210.1000.56208.711.4439.41
Hex59657015A038d1b27
Octal13114516025120703211347
Binary1011001110010111100001010110100111000110100011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596570; }

 p { color: rgb(89,101,112); }

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

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

 a { background-color: rgb(89,101,112); }

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

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

 span { border-color: rgb(89,101,112); }

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