Shades of Smoky #555365
Tints of Smoky #555365
RGB
CMYK
RGB Variations
Color information
#555365 (or 0x555365) is known color: Smoky. HEX triplet: 55, 53 and 65. RGB value is (85,83,101). Sum of RGB (Red+Green+Blue) = 85+83+101=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #555365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555365 is #AAAC9A. Grayscale: #555555. Windows color (decimal): -11185307 or 6640469. OLE color: 6640469.
HSL color Cylindrical-coordinate representation of color #555365: hue angle of 246.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555365 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 83 | 101 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.60 |
| HSL | 246.67º | 0.1% | 0.36% | - |
| HSV(B) | 246.67º | 0.18% | 0.4% | - |
| XYZ | 9.19 | 9.06 | 13.58 | - |
| YUV | 85.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 101 | 0.16 | 0.18 | 0 | 0.60 | 246.67 | 0.1 | 0.36 |
| Hex | 55 | 53 | 65 | 10 | 12 | 0 | 3C | F7 | A | 24 |
| Octal | 125 | 123 | 145 | 20 | 22 | 0 | 74 | 367 | 12 | 44 |
| Binary | 1010101 | 1010011 | 1100101 | 10000 | 10010 | 0 | 111100 | 11110111 | 1010 | 100100 |
Color Harmonies of #555365
Complementary color
Monochromatic Colors of #555365
Black with #555365
Text Example
Text Example
White with #555365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555365; }
p { color: rgb(85,83,101); }
H1.HeaderClassName
{
color: #555365;
}
.AnyTagClassName
{
color: #555365;
}
</style>
background-color css
<style>
a { background-color: #555365; }
a { background-color: rgb(85,83,101); }
div.DivClassName
{
background-color: #555365;
}
.BgClassName
{
background-color: #555365;
}
</style>
border-color css
<style>
span { border-color: #555365; }
span { border-color: rgb(85,83,101); }
td.TdClassName
{
border-color: #555365;
}
.TagClassName
{
border-color: #555365;
}
</style>