Shades of Pale Sky #57686E
Tints of Pale Sky #57686E
RGB
CMYK
RGB Variations
Color information
#57686E (or 0x57686E) is known color: Pale Sky. HEX triplet: 57, 68 and 6E. RGB value is (87,104,110). Sum of RGB (Red+Green+Blue) = 87+104+110=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 110 - color contains mainly: blue. Hex color #57686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57686E is #A89791. Grayscale: #636363. Windows color (decimal): -11048850 or 7235671. OLE color: 7235671.
HSL color Cylindrical-coordinate representation of color #57686E: hue angle of 195.65º 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 #57686E is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 104 | 110 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.57 |
| HSL | 195.65º | 0.12% | 0.39% | - |
| HSV(B) | 195.65º | 0.21% | 0.43% | - |
| XYZ | 11.7 | 13.05 | 16.65 | - |
| YUV | 99.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 110 | 0.21 | 0.05 | 0 | 0.57 | 195.65 | 0.12 | 0.39 |
| Hex | 57 | 68 | 6E | 15 | 5 | 0 | 39 | C4 | C | 27 |
| Octal | 127 | 150 | 156 | 25 | 5 | 0 | 71 | 304 | 14 | 47 |
| Binary | 1010111 | 1101000 | 1101110 | 10101 | 101 | 0 | 111001 | 11000100 | 1100 | 100111 |
Color Harmonies of #57686E
Complementary color
Monochromatic Colors of #57686E
Black with #57686E
Text Example
Text Example
White with #57686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57686E; }
p { color: rgb(87,104,110); }
H1.HeaderClassName
{
color: #57686E;
}
.AnyTagClassName
{
color: #57686E;
}
</style>
background-color css
<style>
a { background-color: #57686E; }
a { background-color: rgb(87,104,110); }
div.DivClassName
{
background-color: #57686E;
}
.BgClassName
{
background-color: #57686E;
}
</style>
border-color css
<style>
span { border-color: #57686E; }
span { border-color: rgb(87,104,110); }
td.TdClassName
{
border-color: #57686E;
}
.TagClassName
{
border-color: #57686E;
}
</style>