Shades of Pale Sky #55696E
Tints of Pale Sky #55696E
RGB
CMYK
RGB Variations
Color information
#55696E (or 0x55696E) is known color: Pale Sky. HEX triplet: 55, 69 and 6E. RGB value is (85,105,110). Sum of RGB (Red+Green+Blue) = 85+105+110=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 105 (41.41% from 255 or 35% 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 #55696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55696E is #AA9691. Grayscale: #636363. Windows color (decimal): -11179666 or 7235925. OLE color: 7235925.
HSL color Cylindrical-coordinate representation of color #55696E: hue angle of 192º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55696E is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 105 | 110 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.57 |
| HSL | 192º | 0.13% | 0.38% | - |
| HSV(B) | 192º | 0.23% | 0.43% | - |
| XYZ | 11.61 | 13.16 | 16.68 | - |
| YUV | 99.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 110 | 0.23 | 0.05 | 0 | 0.57 | 192 | 0.13 | 0.38 |
| Hex | 55 | 69 | 6E | 17 | 5 | 0 | 39 | C0 | D | 26 |
| Octal | 125 | 151 | 156 | 27 | 5 | 0 | 71 | 300 | 15 | 46 |
| Binary | 1010101 | 1101001 | 1101110 | 10111 | 101 | 0 | 111001 | 11000000 | 1101 | 100110 |
Color Harmonies of #55696E
Complementary color
Monochromatic Colors of #55696E
Black with #55696E
Text Example
Text Example
White with #55696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55696E; }
p { color: rgb(85,105,110); }
H1.HeaderClassName
{
color: #55696E;
}
.AnyTagClassName
{
color: #55696E;
}
</style>
background-color css
<style>
a { background-color: #55696E; }
a { background-color: rgb(85,105,110); }
div.DivClassName
{
background-color: #55696E;
}
.BgClassName
{
background-color: #55696E;
}
</style>
border-color css
<style>
span { border-color: #55696E; }
span { border-color: rgb(85,105,110); }
td.TdClassName
{
border-color: #55696E;
}
.TagClassName
{
border-color: #55696E;
}
</style>