Shades of Smoky #555269
Tints of Smoky #555269
RGB
CMYK
RGB Variations
Color information
#555269 (or 0x555269) is known color: Smoky. HEX triplet: 55, 52 and 69. RGB value is (85,82,105). Sum of RGB (Red+Green+Blue) = 85+82+105=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #555269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555269 is #AAAD96. Grayscale: #555555. Windows color (decimal): -11185559 or 6902357. OLE color: 6902357.
HSL color Cylindrical-coordinate representation of color #555269: hue angle of 247.83º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555269 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 82 | 105 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.59 |
| HSL | 247.83º | 0.12% | 0.37% | - |
| HSV(B) | 247.83º | 0.22% | 0.41% | - |
| XYZ | 9.31 | 8.99 | 14.61 | - |
| YUV | 85.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 105 | 0.19 | 0.22 | 0 | 0.59 | 247.83 | 0.12 | 0.37 |
| Hex | 55 | 52 | 69 | 13 | 16 | 0 | 3B | F8 | C | 25 |
| Octal | 125 | 122 | 151 | 23 | 26 | 0 | 73 | 370 | 14 | 45 |
| Binary | 1010101 | 1010010 | 1101001 | 10011 | 10110 | 0 | 111011 | 11111000 | 1100 | 100101 |
Color Harmonies of #555269
Complementary color
Monochromatic Colors of #555269
Black with #555269
Text Example
Text Example
White with #555269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555269; }
p { color: rgb(85,82,105); }
H1.HeaderClassName
{
color: #555269;
}
.AnyTagClassName
{
color: #555269;
}
</style>
background-color css
<style>
a { background-color: #555269; }
a { background-color: rgb(85,82,105); }
div.DivClassName
{
background-color: #555269;
}
.BgClassName
{
background-color: #555269;
}
</style>
border-color css
<style>
span { border-color: #555269; }
span { border-color: rgb(85,82,105); }
td.TdClassName
{
border-color: #555269;
}
.TagClassName
{
border-color: #555269;
}
</style>