Shades of Nandor #535B52
Tints of Nandor #535B52
RGB
CMYK
RGB Variations
Color information
#535B52 (or 0x535B52) is known color: Nandor. HEX triplet: 53, 5B and 52. RGB value is (83,91,82). Sum of RGB (Red+Green+Blue) = 83+91+82=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #535B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B52 is #ACA4AD. Grayscale: #575757. Windows color (decimal): -11314350 or 5397331. OLE color: 5397331.
HSL color Cylindrical-coordinate representation of color #535B52: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535B52 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 91 | 82 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.64 |
| HSL | 113.33º | 0.05% | 0.34% | - |
| HSV(B) | 113.33º | 0.1% | 0.36% | - |
| XYZ | 8.83 | 9.93 | 9.43 | - |
| YUV | 87.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 82 | 0.09 | 0 | 0.10 | 0.64 | 113.33 | 0.05 | 0.34 |
| Hex | 53 | 5B | 52 | 9 | 0 | A | 40 | 71 | 5 | 22 |
| Octal | 123 | 133 | 122 | 11 | 0 | 12 | 100 | 161 | 5 | 42 |
| Binary | 1010011 | 1011011 | 1010010 | 1001 | 0 | 1010 | 1000000 | 1110001 | 101 | 100010 |
Color Harmonies of #535B52
Complementary color
Monochromatic Colors of #535B52
Black with #535B52
Text Example
Text Example
White with #535B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B52; }
p { color: rgb(83,91,82); }
H1.HeaderClassName
{
color: #535B52;
}
.AnyTagClassName
{
color: #535B52;
}
</style>
background-color css
<style>
a { background-color: #535B52; }
a { background-color: rgb(83,91,82); }
div.DivClassName
{
background-color: #535B52;
}
.BgClassName
{
background-color: #535B52;
}
</style>
border-color css
<style>
span { border-color: #535B52; }
span { border-color: rgb(83,91,82); }
td.TdClassName
{
border-color: #535B52;
}
.TagClassName
{
border-color: #535B52;
}
</style>