Shades of Nandor #535953
Tints of Nandor #535953
RGB
CMYK
RGB Variations
Color information
#535953 (or 0x535953) is known color: Nandor. HEX triplet: 53, 59 and 53. RGB value is (83,89,83). Sum of RGB (Red+Green+Blue) = 83+89+83=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #535953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535953 is #ACA6AC. Grayscale: #565656. Windows color (decimal): -11314861 or 5462355. OLE color: 5462355.
HSL color Cylindrical-coordinate representation of color #535953: hue angle of 120º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535953 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 83 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.65 |
| HSL | 120º | 0.03% | 0.34% | - |
| HSV(B) | 120º | 0.07% | 0.35% | - |
| XYZ | 8.7 | 9.61 | 9.58 | - |
| YUV | 86.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 83 | 0.07 | 0 | 0.07 | 0.65 | 120 | 0.03 | 0.34 |
| Hex | 53 | 59 | 53 | 7 | 0 | 7 | 41 | 78 | 3 | 22 |
| Octal | 123 | 131 | 123 | 7 | 0 | 7 | 101 | 170 | 3 | 42 |
| Binary | 1010011 | 1011001 | 1010011 | 111 | 0 | 111 | 1000001 | 1111000 | 11 | 100010 |
Color Harmonies of #535953
Complementary color
Monochromatic Colors of #535953
Black with #535953
Text Example
Text Example
White with #535953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535953; }
p { color: rgb(83,89,83); }
H1.HeaderClassName
{
color: #535953;
}
.AnyTagClassName
{
color: #535953;
}
</style>
background-color css
<style>
a { background-color: #535953; }
a { background-color: rgb(83,89,83); }
div.DivClassName
{
background-color: #535953;
}
.BgClassName
{
background-color: #535953;
}
</style>
border-color css
<style>
span { border-color: #535953; }
span { border-color: rgb(83,89,83); }
td.TdClassName
{
border-color: #535953;
}
.TagClassName
{
border-color: #535953;
}
</style>