Shades of Pale Sky #57686D
Tints of Pale Sky #57686D
RGB
CMYK
RGB Variations
Color information
#57686D (or 0x57686D) is known color: Pale Sky. HEX triplet: 57, 68 and 6D. RGB value is (87,104,109). Sum of RGB (Red+Green+Blue) = 87+104+109=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 109 - color contains mainly: blue. Hex color #57686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57686D is #A89792. Grayscale: #636363. Windows color (decimal): -11048851 or 7170135. OLE color: 7170135.
HSL color Cylindrical-coordinate representation of color #57686D: hue angle of 193.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #57686D is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 104 | 109 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.57 |
| HSL | 193.64º | 0.11% | 0.38% | - |
| HSV(B) | 193.64º | 0.2% | 0.43% | - |
| XYZ | 11.64 | 13.03 | 16.37 | - |
| YUV | 99.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 109 | 0.20 | 0.05 | 0 | 0.57 | 193.64 | 0.11 | 0.38 |
| Hex | 57 | 68 | 6D | 14 | 5 | 0 | 39 | C2 | B | 26 |
| Octal | 127 | 150 | 155 | 24 | 5 | 0 | 71 | 302 | 13 | 46 |
| Binary | 1010111 | 1101000 | 1101101 | 10100 | 101 | 0 | 111001 | 11000010 | 1011 | 100110 |
Color Harmonies of #57686D
Complementary color
Monochromatic Colors of #57686D
Black with #57686D
Text Example
Text Example
White with #57686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57686D; }
p { color: rgb(87,104,109); }
H1.HeaderClassName
{
color: #57686D;
}
.AnyTagClassName
{
color: #57686D;
}
</style>
background-color css
<style>
a { background-color: #57686D; }
a { background-color: rgb(87,104,109); }
div.DivClassName
{
background-color: #57686D;
}
.BgClassName
{
background-color: #57686D;
}
</style>
border-color css
<style>
span { border-color: #57686D; }
span { border-color: rgb(87,104,109); }
td.TdClassName
{
border-color: #57686D;
}
.TagClassName
{
border-color: #57686D;
}
</style>