#596971

Color #596971 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #596971

Tints of Pale Sky #596971

Color information

#596971 (or 0x596971) is unknown color: approx Pale Sky. HEX triplet: 59, 69 and 71. RGB value is (89,105,113). Sum of RGB (Red+Green+Blue) = 89+105+113=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #596971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596971 is #A6968E. Grayscale: #656565. Windows color (decimal): -10917519 or 7432537. OLE color: 7432537.

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

Color convert

RGB89105113-
CMYK0.210.0700.56
HSL200º11.88%39.61%-
HSV(B)200º21.24%44.31%-
XYZ12.1513.4217.57-
YUV101.13134.7119.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=28.99%
G=34.20%
B=36.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891051130.210.0700.5620011.8839.61
Hex596971157038c8c28
Octal1311511612570703101450
Binary101100111010011110001101011110111000110010001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596971; }

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

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

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

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

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

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

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

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