#596A70

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

Shades of Pale Sky #596A70

Tints of Pale Sky #596A70

Color information

#596A70 (or 0x596A70) is unknown color: approx Pale Sky. HEX triplet: 59, 6A and 70. RGB value is (89,106,112). Sum of RGB (Red+Green+Blue) = 89+106+112=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #596A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A70 is #A6958F. Grayscale: #656565. Windows color (decimal): -10917264 or 7367257. OLE color: 7367257.

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

Color convert

RGB89106112-
CMYK0.210.0500.56
HSL195.65º11.44%39.41%-
HSV(B)195.65º20.54%43.92%-
XYZ12.213.617.31-
YUV101.6133.87119.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.99%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=28.99%
G=34.53%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal891061120.210.0500.56195.6511.4439.41
Hex596A70155038c4b27
Octal1311521602550703041347
Binary101100111010101110000101011010111000110001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596A70; }

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

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

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

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

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

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

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

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