Shades of Smoky #535366
Tints of Smoky #535366
RGB
CMYK
RGB Variations
Color information
#535366 (or 0x535366) is known color: Smoky. HEX triplet: 53, 53 and 66. RGB value is (83,83,102). Sum of RGB (Red+Green+Blue) = 83+83+102=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 102 - color contains mainly: blue. Hex color #535366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535366 is #ACAC99. Grayscale: #555555. Windows color (decimal): -11316378 or 6706003. OLE color: 6706003.
HSL color Cylindrical-coordinate representation of color #535366: hue angle of 240º 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 #535366 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 83 | 102 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.6 |
| HSL | 240º | 0.1% | 0.36% | - |
| HSV(B) | 240º | 0.19% | 0.4% | - |
| XYZ | 9.06 | 8.98 | 13.83 | - |
| YUV | 85.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 102 | 0.19 | 0.19 | 0 | 0.6 | 240 | 0.1 | 0.36 |
| Hex | 53 | 53 | 66 | 13 | 13 | 0 | 3C | F0 | A | 24 |
| Octal | 123 | 123 | 146 | 23 | 23 | 0 | 74 | 360 | 12 | 44 |
| Binary | 1010011 | 1010011 | 1100110 | 10011 | 10011 | 0 | 111100 | 11110000 | 1010 | 100100 |
Color Harmonies of #535366
Complementary color
Monochromatic Colors of #535366
Black with #535366
Text Example
Text Example
White with #535366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535366; }
p { color: rgb(83,83,102); }
H1.HeaderClassName
{
color: #535366;
}
.AnyTagClassName
{
color: #535366;
}
</style>
background-color css
<style>
a { background-color: #535366; }
a { background-color: rgb(83,83,102); }
div.DivClassName
{
background-color: #535366;
}
.BgClassName
{
background-color: #535366;
}
</style>
border-color css
<style>
span { border-color: #535366; }
span { border-color: rgb(83,83,102); }
td.TdClassName
{
border-color: #535366;
}
.TagClassName
{
border-color: #535366;
}
</style>