Shades of Nandor #575C57
Tints of Nandor #575C57
RGB
CMYK
RGB Variations
Color information
#575C57 (or 0x575C57) is known color: Nandor. HEX triplet: 57, 5C and 57. RGB value is (87,92,87). Sum of RGB (Red+Green+Blue) = 87+92+87=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #575C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C57 is #A8A3A8. Grayscale: #595959. Windows color (decimal): -11051945 or 5725271. OLE color: 5725271.
HSL color Cylindrical-coordinate representation of color #575C57: hue angle of 120º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575C57 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 92 | 87 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.64 |
| HSL | 120º | 0.03% | 0.35% | - |
| HSV(B) | 120º | 0.05% | 0.36% | - |
| XYZ | 9.48 | 10.37 | 10.52 | - |
| YUV | 89.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 87 | 0.05 | 0 | 0.05 | 0.64 | 120 | 0.03 | 0.35 |
| Hex | 57 | 5C | 57 | 5 | 0 | 5 | 40 | 78 | 3 | 23 |
| Octal | 127 | 134 | 127 | 5 | 0 | 5 | 100 | 170 | 3 | 43 |
| Binary | 1010111 | 1011100 | 1010111 | 101 | 0 | 101 | 1000000 | 1111000 | 11 | 100011 |
Color Harmonies of #575C57
Complementary color
Monochromatic Colors of #575C57
Black with #575C57
Text Example
Text Example
White with #575C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C57; }
p { color: rgb(87,92,87); }
H1.HeaderClassName
{
color: #575C57;
}
.AnyTagClassName
{
color: #575C57;
}
</style>
background-color css
<style>
a { background-color: #575C57; }
a { background-color: rgb(87,92,87); }
div.DivClassName
{
background-color: #575C57;
}
.BgClassName
{
background-color: #575C57;
}
</style>
border-color css
<style>
span { border-color: #575C57; }
span { border-color: rgb(87,92,87); }
td.TdClassName
{
border-color: #575C57;
}
.TagClassName
{
border-color: #575C57;
}
</style>