Shades of Pale Sky #57676E
Tints of Pale Sky #57676E
RGB
CMYK
RGB Variations
Color information
#57676E (or 0x57676E) is known color: Pale Sky. HEX triplet: 57, 67 and 6E. RGB value is (87,103,110). Sum of RGB (Red+Green+Blue) = 87+103+110=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #57676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57676E is #A89891. Grayscale: #626262. Windows color (decimal): -11049106 or 7235415. OLE color: 7235415.
HSL color Cylindrical-coordinate representation of color #57676E: hue angle of 198.26º 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 #57676E is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 103 | 110 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.57 |
| HSL | 198.26º | 0.12% | 0.39% | - |
| HSV(B) | 198.26º | 0.21% | 0.43% | - |
| XYZ | 11.6 | 12.85 | 16.62 | - |
| YUV | 99.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 110 | 0.21 | 0.06 | 0 | 0.57 | 198.26 | 0.12 | 0.39 |
| Hex | 57 | 67 | 6E | 15 | 6 | 0 | 39 | C6 | C | 27 |
| Octal | 127 | 147 | 156 | 25 | 6 | 0 | 71 | 306 | 14 | 47 |
| Binary | 1010111 | 1100111 | 1101110 | 10101 | 110 | 0 | 111001 | 11000110 | 1100 | 100111 |
Color Harmonies of #57676E
Complementary color
Monochromatic Colors of #57676E
Black with #57676E
Text Example
Text Example
White with #57676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57676E; }
p { color: rgb(87,103,110); }
H1.HeaderClassName
{
color: #57676E;
}
.AnyTagClassName
{
color: #57676E;
}
</style>
background-color css
<style>
a { background-color: #57676E; }
a { background-color: rgb(87,103,110); }
div.DivClassName
{
background-color: #57676E;
}
.BgClassName
{
background-color: #57676E;
}
</style>
border-color css
<style>
span { border-color: #57676E; }
span { border-color: rgb(87,103,110); }
td.TdClassName
{
border-color: #57676E;
}
.TagClassName
{
border-color: #57676E;
}
</style>