Shades of Nandor #576C58
Tints of Nandor #576C58
RGB
CMYK
RGB Variations
Color information
#576C58 (or 0x576C58) is known color: Nandor. HEX triplet: 57, 6C and 58. RGB value is (87,108,88). Sum of RGB (Red+Green+Blue) = 87+108+88=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #576C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C58 is #A893A7. Grayscale: #636363. Windows color (decimal): -11047848 or 5794903. OLE color: 5794903.
HSL color Cylindrical-coordinate representation of color #576C58: hue angle of 122.86º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #576C58 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 108 | 88 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.58 |
| HSL | 122.86º | 0.11% | 0.38% | - |
| HSV(B) | 122.86º | 0.19% | 0.42% | - |
| XYZ | 11.05 | 13.46 | 11.25 | - |
| YUV | 99.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 88 | 0.19 | 0 | 0.19 | 0.58 | 122.86 | 0.11 | 0.38 |
| Hex | 57 | 6C | 58 | 13 | 0 | 13 | 3A | 7B | B | 26 |
| Octal | 127 | 154 | 130 | 23 | 0 | 23 | 72 | 173 | 13 | 46 |
| Binary | 1010111 | 1101100 | 1011000 | 10011 | 0 | 10011 | 111010 | 1111011 | 1011 | 100110 |
Color Harmonies of #576C58
Complementary color
Monochromatic Colors of #576C58
Black with #576C58
Text Example
Text Example
White with #576C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C58; }
p { color: rgb(87,108,88); }
H1.HeaderClassName
{
color: #576C58;
}
.AnyTagClassName
{
color: #576C58;
}
</style>
background-color css
<style>
a { background-color: #576C58; }
a { background-color: rgb(87,108,88); }
div.DivClassName
{
background-color: #576C58;
}
.BgClassName
{
background-color: #576C58;
}
</style>
border-color css
<style>
span { border-color: #576C58; }
span { border-color: rgb(87,108,88); }
td.TdClassName
{
border-color: #576C58;
}
.TagClassName
{
border-color: #576C58;
}
</style>