Shades of Pale Sky #55676D
Tints of Pale Sky #55676D
RGB
CMYK
RGB Variations
Color information
#55676D (or 0x55676D) is known color: Pale Sky. HEX triplet: 55, 67 and 6D. RGB value is (85,103,109). Sum of RGB (Red+Green+Blue) = 85+103+109=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 109 - color contains mainly: blue. Hex color #55676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55676D is #AA9892. Grayscale: #626262. Windows color (decimal): -11180179 or 7169877. OLE color: 7169877.
HSL color Cylindrical-coordinate representation of color #55676D: hue angle of 195º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55676D is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 103 | 109 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.57 |
| HSL | 195º | 0.12% | 0.38% | - |
| HSV(B) | 195º | 0.22% | 0.43% | - |
| XYZ | 11.36 | 12.74 | 16.33 | - |
| YUV | 98.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 109 | 0.22 | 0.06 | 0 | 0.57 | 195 | 0.12 | 0.38 |
| Hex | 55 | 67 | 6D | 16 | 6 | 0 | 39 | C3 | C | 26 |
| Octal | 125 | 147 | 155 | 26 | 6 | 0 | 71 | 303 | 14 | 46 |
| Binary | 1010101 | 1100111 | 1101101 | 10110 | 110 | 0 | 111001 | 11000011 | 1100 | 100110 |
Color Harmonies of #55676D
Complementary color
Monochromatic Colors of #55676D
Black with #55676D
Text Example
Text Example
White with #55676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55676D; }
p { color: rgb(85,103,109); }
H1.HeaderClassName
{
color: #55676D;
}
.AnyTagClassName
{
color: #55676D;
}
</style>
background-color css
<style>
a { background-color: #55676D; }
a { background-color: rgb(85,103,109); }
div.DivClassName
{
background-color: #55676D;
}
.BgClassName
{
background-color: #55676D;
}
</style>
border-color css
<style>
span { border-color: #55676D; }
span { border-color: rgb(85,103,109); }
td.TdClassName
{
border-color: #55676D;
}
.TagClassName
{
border-color: #55676D;
}
</style>