#596B72

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

Shades of Pale Sky #596B72

Tints of Pale Sky #596B72

Color information

#596B72 (or 0x596B72) is unknown color: approx Pale Sky. HEX triplet: 59, 6B and 72. RGB value is (89,107,114). Sum of RGB (Red+Green+Blue) = 89+107+114=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #596B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B72 is #A6948D. Grayscale: #666666. Windows color (decimal): -10917006 or 7498585. OLE color: 7498585.

HSL color Cylindrical-coordinate representation of color #596B72: hue angle of 196.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #596B72 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB89107114-
CMYK0.220.0600.55
HSL196.8º12.32%39.8%-
HSV(B)196.8º21.93%44.71%-
XYZ12.4113.8517.94-
YUV102.42134.54118.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.71%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=28.71%
G=34.52%
B=36.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891071140.220.0600.55196.812.3239.8
Hex596B72166037c5c28
Octal1311531622660673051450
Binary101100111010111110010101101100110111110001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,107,114); }

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

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

 a { background-color: rgb(89,107,114); }

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

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

 span { border-color: rgb(89,107,114); }

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