Shades of Pale Sky #596C74
Tints of Pale Sky #596C74
RGB
CMYK
RGB Variations
Color information
#596C74 (or 0x596C74) is known color: Pale Sky. HEX triplet: 59, 6C and 74. RGB value is (89,108,116). Sum of RGB (Red+Green+Blue) = 89+108+116=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #596C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C74 is #A6938B. Grayscale: #676767. Windows color (decimal): -10916748 or 7629913. OLE color: 7629913.
HSL color Cylindrical-coordinate representation of color #596C74: hue angle of 197.78º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #596C74 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 108 | 116 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.55 |
| HSL | 197.78º | 0.13% | 0.4% | - |
| HSV(B) | 197.78º | 0.23% | 0.45% | - |
| XYZ | 12.63 | 14.11 | 18.58 | - |
| YUV | 103.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 116 | 0.23 | 0.07 | 0 | 0.55 | 197.78 | 0.13 | 0.4 |
| Hex | 59 | 6C | 74 | 17 | 7 | 0 | 37 | C6 | D | 28 |
| Octal | 131 | 154 | 164 | 27 | 7 | 0 | 67 | 306 | 15 | 50 |
| Binary | 1011001 | 1101100 | 1110100 | 10111 | 111 | 0 | 110111 | 11000110 | 1101 | 101000 |
Color Harmonies of #596C74
Complementary color
Monochromatic Colors of #596C74
Black with #596C74
Text Example
Text Example
White with #596C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C74; }
p { color: rgb(89,108,116); }
H1.HeaderClassName
{
color: #596C74;
}
.AnyTagClassName
{
color: #596C74;
}
</style>
background-color css
<style>
a { background-color: #596C74; }
a { background-color: rgb(89,108,116); }
div.DivClassName
{
background-color: #596C74;
}
.BgClassName
{
background-color: #596C74;
}
</style>
border-color css
<style>
span { border-color: #596C74; }
span { border-color: rgb(89,108,116); }
td.TdClassName
{
border-color: #596C74;
}
.TagClassName
{
border-color: #596C74;
}
</style>