Shades of Pale Sky #57696E
Tints of Pale Sky #57696E
RGB
CMYK
RGB Variations
Color information
#57696E (or 0x57696E) is known color: Pale Sky. HEX triplet: 57, 69 and 6E. RGB value is (87,105,110). Sum of RGB (Red+Green+Blue) = 87+105+110=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #57696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57696E is #A89691. Grayscale: #646464. Windows color (decimal): -11048594 or 7235927. OLE color: 7235927.
HSL color Cylindrical-coordinate representation of color #57696E: hue angle of 193.04º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57696E is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 105 | 110 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.57 |
| HSL | 193.04º | 0.12% | 0.39% | - |
| HSV(B) | 193.04º | 0.21% | 0.43% | - |
| XYZ | 11.8 | 13.26 | 16.69 | - |
| YUV | 100.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 110 | 0.21 | 0.05 | 0 | 0.57 | 193.04 | 0.12 | 0.39 |
| Hex | 57 | 69 | 6E | 15 | 5 | 0 | 39 | C1 | C | 27 |
| Octal | 127 | 151 | 156 | 25 | 5 | 0 | 71 | 301 | 14 | 47 |
| Binary | 1010111 | 1101001 | 1101110 | 10101 | 101 | 0 | 111001 | 11000001 | 1100 | 100111 |
Color Harmonies of #57696E
Complementary color
Monochromatic Colors of #57696E
Black with #57696E
Text Example
Text Example
White with #57696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57696E; }
p { color: rgb(87,105,110); }
H1.HeaderClassName
{
color: #57696E;
}
.AnyTagClassName
{
color: #57696E;
}
</style>
background-color css
<style>
a { background-color: #57696E; }
a { background-color: rgb(87,105,110); }
div.DivClassName
{
background-color: #57696E;
}
.BgClassName
{
background-color: #57696E;
}
</style>
border-color css
<style>
span { border-color: #57696E; }
span { border-color: rgb(87,105,110); }
td.TdClassName
{
border-color: #57696E;
}
.TagClassName
{
border-color: #57696E;
}
</style>