Shades of Pale Sky #56676C
Tints of Pale Sky #56676C
RGB
CMYK
RGB Variations
Color information
#56676C (or 0x56676C) is known color: Pale Sky. HEX triplet: 56, 67 and 6C. RGB value is (86,103,108). Sum of RGB (Red+Green+Blue) = 86+103+108=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #56676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56676C is #A99893. Grayscale: #626262. Windows color (decimal): -11114644 or 7104342. OLE color: 7104342.
HSL color Cylindrical-coordinate representation of color #56676C: hue angle of 193.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56676C is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 103 | 108 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.58 |
| HSL | 193.64º | 0.11% | 0.38% | - |
| HSV(B) | 193.64º | 0.2% | 0.42% | - |
| XYZ | 11.39 | 12.76 | 16.05 | - |
| YUV | 98.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 108 | 0.20 | 0.05 | 0 | 0.58 | 193.64 | 0.11 | 0.38 |
| Hex | 56 | 67 | 6C | 14 | 5 | 0 | 3A | C2 | B | 26 |
| Octal | 126 | 147 | 154 | 24 | 5 | 0 | 72 | 302 | 13 | 46 |
| Binary | 1010110 | 1100111 | 1101100 | 10100 | 101 | 0 | 111010 | 11000010 | 1011 | 100110 |
Color Harmonies of #56676C
Complementary color
Monochromatic Colors of #56676C
Black with #56676C
Text Example
Text Example
White with #56676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56676C; }
p { color: rgb(86,103,108); }
H1.HeaderClassName
{
color: #56676C;
}
.AnyTagClassName
{
color: #56676C;
}
</style>
background-color css
<style>
a { background-color: #56676C; }
a { background-color: rgb(86,103,108); }
div.DivClassName
{
background-color: #56676C;
}
.BgClassName
{
background-color: #56676C;
}
</style>
border-color css
<style>
span { border-color: #56676C; }
span { border-color: rgb(86,103,108); }
td.TdClassName
{
border-color: #56676C;
}
.TagClassName
{
border-color: #56676C;
}
</style>