Shades of Nandor #575F57
Tints of Nandor #575F57
RGB
CMYK
RGB Variations
Color information
#575F57 (or 0x575F57) is known color: Nandor. HEX triplet: 57, 5F and 57. RGB value is (87,95,87). Sum of RGB (Red+Green+Blue) = 87+95+87=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 95 - color contains mainly: green. Hex color #575F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F57 is #A8A0A8. Grayscale: #5B5B5B. Windows color (decimal): -11051177 or 5726039. OLE color: 5726039.
HSL color Cylindrical-coordinate representation of color #575F57: hue angle of 120º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575F57 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 87 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.63 |
| HSL | 120º | 0.04% | 0.36% | - |
| HSV(B) | 120º | 0.08% | 0.37% | - |
| XYZ | 9.74 | 10.9 | 10.61 | - |
| YUV | 91.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 87 | 0.08 | 0 | 0.08 | 0.63 | 120 | 0.04 | 0.36 |
| Hex | 57 | 5F | 57 | 8 | 0 | 8 | 3F | 78 | 4 | 24 |
| Octal | 127 | 137 | 127 | 10 | 0 | 10 | 77 | 170 | 4 | 44 |
| Binary | 1010111 | 1011111 | 1010111 | 1000 | 0 | 1000 | 111111 | 1111000 | 100 | 100100 |
Color Harmonies of #575F57
Complementary color
Monochromatic Colors of #575F57
Black with #575F57
Text Example
Text Example
White with #575F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F57; }
p { color: rgb(87,95,87); }
H1.HeaderClassName
{
color: #575F57;
}
.AnyTagClassName
{
color: #575F57;
}
</style>
background-color css
<style>
a { background-color: #575F57; }
a { background-color: rgb(87,95,87); }
div.DivClassName
{
background-color: #575F57;
}
.BgClassName
{
background-color: #575F57;
}
</style>
border-color css
<style>
span { border-color: #575F57; }
span { border-color: rgb(87,95,87); }
td.TdClassName
{
border-color: #575F57;
}
.TagClassName
{
border-color: #575F57;
}
</style>