Shades of Smoky #555265
Tints of Smoky #555265
RGB
CMYK
RGB Variations
Color information
#555265 (or 0x555265) is known color: Smoky. HEX triplet: 55, 52 and 65. RGB value is (85,82,101). Sum of RGB (Red+Green+Blue) = 85+82+101=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #555265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555265 is #AAAD9A. Grayscale: #545454. Windows color (decimal): -11185563 or 6640213. OLE color: 6640213.
HSL color Cylindrical-coordinate representation of color #555265: hue angle of 249.47º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555265 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 82 | 101 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.60 |
| HSL | 249.47º | 0.1% | 0.36% | - |
| HSV(B) | 249.47º | 0.19% | 0.4% | - |
| XYZ | 9.11 | 8.91 | 13.55 | - |
| YUV | 85.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 101 | 0.16 | 0.19 | 0 | 0.60 | 249.47 | 0.1 | 0.36 |
| Hex | 55 | 52 | 65 | 10 | 13 | 0 | 3C | F9 | A | 24 |
| Octal | 125 | 122 | 145 | 20 | 23 | 0 | 74 | 371 | 12 | 44 |
| Binary | 1010101 | 1010010 | 1100101 | 10000 | 10011 | 0 | 111100 | 11111001 | 1010 | 100100 |
Color Harmonies of #555265
Complementary color
Monochromatic Colors of #555265
Black with #555265
Text Example
Text Example
White with #555265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555265; }
p { color: rgb(85,82,101); }
H1.HeaderClassName
{
color: #555265;
}
.AnyTagClassName
{
color: #555265;
}
</style>
background-color css
<style>
a { background-color: #555265; }
a { background-color: rgb(85,82,101); }
div.DivClassName
{
background-color: #555265;
}
.BgClassName
{
background-color: #555265;
}
</style>
border-color css
<style>
span { border-color: #555265; }
span { border-color: rgb(85,82,101); }
td.TdClassName
{
border-color: #555265;
}
.TagClassName
{
border-color: #555265;
}
</style>