Shades of Nandor #536153
Tints of Nandor #536153
RGB
CMYK
RGB Variations
Color information
#536153 (or 0x536153) is known color: Nandor. HEX triplet: 53, 61 and 53. RGB value is (83,97,83). Sum of RGB (Red+Green+Blue) = 83+97+83=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #536153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536153 is #AC9EAC. Grayscale: #5B5B5B. Windows color (decimal): -11312813 or 5464403. OLE color: 5464403.
HSL color Cylindrical-coordinate representation of color #536153: hue angle of 120º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536153 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 83 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.62 |
| HSL | 120º | 0.08% | 0.35% | - |
| HSV(B) | 120º | 0.14% | 0.38% | - |
| XYZ | 9.4 | 11.01 | 9.81 | - |
| YUV | 91.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 83 | 0.14 | 0 | 0.14 | 0.62 | 120 | 0.08 | 0.35 |
| Hex | 53 | 61 | 53 | E | 0 | E | 3E | 78 | 8 | 23 |
| Octal | 123 | 141 | 123 | 16 | 0 | 16 | 76 | 170 | 10 | 43 |
| Binary | 1010011 | 1100001 | 1010011 | 1110 | 0 | 1110 | 111110 | 1111000 | 1000 | 100011 |
Color Harmonies of #536153
Complementary color
Monochromatic Colors of #536153
Black with #536153
Text Example
Text Example
White with #536153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536153; }
p { color: rgb(83,97,83); }
H1.HeaderClassName
{
color: #536153;
}
.AnyTagClassName
{
color: #536153;
}
</style>
background-color css
<style>
a { background-color: #536153; }
a { background-color: rgb(83,97,83); }
div.DivClassName
{
background-color: #536153;
}
.BgClassName
{
background-color: #536153;
}
</style>
border-color css
<style>
span { border-color: #536153; }
span { border-color: rgb(83,97,83); }
td.TdClassName
{
border-color: #536153;
}
.TagClassName
{
border-color: #536153;
}
</style>