Shades of Nandor #505851
Tints of Nandor #505851
RGB
CMYK
RGB Variations
Color information
#505851 (or 0x505851) is known color: Nandor. HEX triplet: 50, 58 and 51. RGB value is (80,88,81). Sum of RGB (Red+Green+Blue) = 80+88+81=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #505851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505851 is #AFA7AE. Grayscale: #545454. Windows color (decimal): -11511727 or 5331024. OLE color: 5331024.
HSL color Cylindrical-coordinate representation of color #505851: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #505851 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 88 | 81 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.65 |
| HSL | 127.5º | 0.05% | 0.33% | - |
| HSV(B) | 127.5º | 0.09% | 0.35% | - |
| XYZ | 8.28 | 9.28 | 9.14 | - |
| YUV | 84.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 81 | 0.09 | 0 | 0.08 | 0.65 | 127.5 | 0.05 | 0.33 |
| Hex | 50 | 58 | 51 | 9 | 0 | 8 | 41 | 80 | 5 | 21 |
| Octal | 120 | 130 | 121 | 11 | 0 | 10 | 101 | 200 | 5 | 41 |
| Binary | 1010000 | 1011000 | 1010001 | 1001 | 0 | 1000 | 1000001 | 10000000 | 101 | 100001 |
Color Harmonies of #505851
Complementary color
Monochromatic Colors of #505851
Black with #505851
Text Example
Text Example
White with #505851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505851; }
p { color: rgb(80,88,81); }
H1.HeaderClassName
{
color: #505851;
}
.AnyTagClassName
{
color: #505851;
}
</style>
background-color css
<style>
a { background-color: #505851; }
a { background-color: rgb(80,88,81); }
div.DivClassName
{
background-color: #505851;
}
.BgClassName
{
background-color: #505851;
}
</style>
border-color css
<style>
span { border-color: #505851; }
span { border-color: rgb(80,88,81); }
td.TdClassName
{
border-color: #505851;
}
.TagClassName
{
border-color: #505851;
}
</style>