Shades of Nandor #515551
Tints of Nandor #515551
RGB
CMYK
RGB Variations
Color information
#515551 (or 0x515551) is known color: Nandor. HEX triplet: 51, 55 and 51. RGB value is (81,85,81). Sum of RGB (Red+Green+Blue) = 81+85+81=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 85 - color contains mainly: green. Hex color #515551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515551 is #AEAAAE. Grayscale: #535353. Windows color (decimal): -11446959 or 5330257. OLE color: 5330257.
HSL color Cylindrical-coordinate representation of color #515551: hue angle of 120º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #515551 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
RGB | 81 | 85 | 81 | - |
CMYK | 0.05 | 0 | 0.05 | 0.67 |
HSL | 120º | 0.02% | 0.33% | - |
HSV(B) | 120º | 0.05% | 0.33% | - |
XYZ | 8.13 | 8.84 | 9.06 | - |
YUV | 83.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 85 | 81 | 0.05 | 0 | 0.05 | 0.67 | 120 | 0.02 | 0.33 |
Hex | 51 | 55 | 51 | 5 | 0 | 5 | 43 | 78 | 2 | 21 |
Octal | 121 | 125 | 121 | 5 | 0 | 5 | 103 | 170 | 2 | 41 |
Binary | 1010001 | 1010101 | 1010001 | 101 | 0 | 101 | 1000011 | 1111000 | 10 | 100001 |
Color Harmonies of #515551
Complementary color
Monochromatic Colors of #515551
Black with #515551
Text Example
Text Example
White with #515551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515551; }
p { color: rgb(81,85,81); }
H1.HeaderClassName
{
color: #515551;
}
.AnyTagClassName
{
color: #515551;
}
</style>
background-color css
<style>
a { background-color: #515551; }
a { background-color: rgb(81,85,81); }
div.DivClassName
{
background-color: #515551;
}
.BgClassName
{
background-color: #515551;
}
</style>
border-color css
<style>
span { border-color: #515551; }
span { border-color: rgb(81,85,81); }
td.TdClassName
{
border-color: #515551;
}
.TagClassName
{
border-color: #515551;
}
</style>