Shades of Smoky #535369
Tints of Smoky #535369
RGB
CMYK
RGB Variations
Color information
#535369 (or 0x535369) is known color: Smoky. HEX triplet: 53, 53 and 69. RGB value is (83,83,105). Sum of RGB (Red+Green+Blue) = 83+83+105=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #535369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535369 is #ACAC96. Grayscale: #555555. Windows color (decimal): -11316375 or 6902611. OLE color: 6902611.
HSL color Cylindrical-coordinate representation of color #535369: hue angle of 240º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535369 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 83 | 105 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.59 |
| HSL | 240º | 0.12% | 0.37% | - |
| HSV(B) | 240º | 0.21% | 0.41% | - |
| XYZ | 9.21 | 9.05 | 14.63 | - |
| YUV | 85.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 105 | 0.21 | 0.21 | 0 | 0.59 | 240 | 0.12 | 0.37 |
| Hex | 53 | 53 | 69 | 15 | 15 | 0 | 3B | F0 | C | 25 |
| Octal | 123 | 123 | 151 | 25 | 25 | 0 | 73 | 360 | 14 | 45 |
| Binary | 1010011 | 1010011 | 1101001 | 10101 | 10101 | 0 | 111011 | 11110000 | 1100 | 100101 |
Color Harmonies of #535369
Complementary color
Monochromatic Colors of #535369
Black with #535369
Text Example
Text Example
White with #535369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535369; }
p { color: rgb(83,83,105); }
H1.HeaderClassName
{
color: #535369;
}
.AnyTagClassName
{
color: #535369;
}
</style>
background-color css
<style>
a { background-color: #535369; }
a { background-color: rgb(83,83,105); }
div.DivClassName
{
background-color: #535369;
}
.BgClassName
{
background-color: #535369;
}
</style>
border-color css
<style>
span { border-color: #535369; }
span { border-color: rgb(83,83,105); }
td.TdClassName
{
border-color: #535369;
}
.TagClassName
{
border-color: #535369;
}
</style>