Shades of Nandor #535F54
Tints of Nandor #535F54
RGB
CMYK
RGB Variations
Color information
#535F54 (or 0x535F54) is known color: Nandor. HEX triplet: 53, 5F and 54. RGB value is (83,95,84). Sum of RGB (Red+Green+Blue) = 83+95+84=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 95 - color contains mainly: green. Hex color #535F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F54 is #ACA0AB. Grayscale: #5A5A5A. Windows color (decimal): -11313324 or 5529427. OLE color: 5529427.
HSL color Cylindrical-coordinate representation of color #535F54: hue angle of 125º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #535F54 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 95 | 84 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.63 |
| HSL | 125º | 0.07% | 0.35% | - |
| HSV(B) | 125º | 0.13% | 0.37% | - |
| XYZ | 9.26 | 10.66 | 9.96 | - |
| YUV | 90.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 84 | 0.13 | 0 | 0.12 | 0.63 | 125 | 0.07 | 0.35 |
| Hex | 53 | 5F | 54 | D | 0 | C | 3F | 7D | 7 | 23 |
| Octal | 123 | 137 | 124 | 15 | 0 | 14 | 77 | 175 | 7 | 43 |
| Binary | 1010011 | 1011111 | 1010100 | 1101 | 0 | 1100 | 111111 | 1111101 | 111 | 100011 |
Color Harmonies of #535F54
Complementary color
Monochromatic Colors of #535F54
Black with #535F54
Text Example
Text Example
White with #535F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F54; }
p { color: rgb(83,95,84); }
H1.HeaderClassName
{
color: #535F54;
}
.AnyTagClassName
{
color: #535F54;
}
</style>
background-color css
<style>
a { background-color: #535F54; }
a { background-color: rgb(83,95,84); }
div.DivClassName
{
background-color: #535F54;
}
.BgClassName
{
background-color: #535F54;
}
</style>
border-color css
<style>
span { border-color: #535F54; }
span { border-color: rgb(83,95,84); }
td.TdClassName
{
border-color: #535F54;
}
.TagClassName
{
border-color: #535F54;
}
</style>