Shades of Nandor #505A4F
Tints of Nandor #505A4F
RGB
CMYK
RGB Variations
Color information
#505A4F (or 0x505A4F) is known color: Nandor. HEX triplet: 50, 5A and 4F. RGB value is (80,90,79). Sum of RGB (Red+Green+Blue) = 80+90+79=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A4F is #AFA5B0. Grayscale: #555555. Windows color (decimal): -11511217 or 5200464. OLE color: 5200464.
HSL color Cylindrical-coordinate representation of color #505A4F: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #505A4F is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 79 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.65 |
| HSL | 114.55º | 0.07% | 0.33% | - |
| HSV(B) | 114.55º | 0.12% | 0.35% | - |
| XYZ | 8.38 | 9.58 | 8.81 | - |
| YUV | 85.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 79 | 0.11 | 0 | 0.12 | 0.65 | 114.55 | 0.07 | 0.33 |
| Hex | 50 | 5A | 4F | B | 0 | C | 41 | 73 | 7 | 21 |
| Octal | 120 | 132 | 117 | 13 | 0 | 14 | 101 | 163 | 7 | 41 |
| Binary | 1010000 | 1011010 | 1001111 | 1011 | 0 | 1100 | 1000001 | 1110011 | 111 | 100001 |
Color Harmonies of #505A4F
Complementary color
Monochromatic Colors of #505A4F
Black with #505A4F
Text Example
Text Example
White with #505A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A4F; }
p { color: rgb(80,90,79); }
H1.HeaderClassName
{
color: #505A4F;
}
.AnyTagClassName
{
color: #505A4F;
}
</style>
background-color css
<style>
a { background-color: #505A4F; }
a { background-color: rgb(80,90,79); }
div.DivClassName
{
background-color: #505A4F;
}
.BgClassName
{
background-color: #505A4F;
}
</style>
border-color css
<style>
span { border-color: #505A4F; }
span { border-color: rgb(80,90,79); }
td.TdClassName
{
border-color: #505A4F;
}
.TagClassName
{
border-color: #505A4F;
}
</style>