Shades of Nandor #575A57
Tints of Nandor #575A57
RGB
CMYK
RGB Variations
Color information
#575A57 (or 0x575A57) is known color: Nandor. HEX triplet: 57, 5A and 57. RGB value is (87,90,87). Sum of RGB (Red+Green+Blue) = 87+90+87=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 90 - color contains mainly: green. Hex color #575A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A57 is #A8A5A8. Grayscale: #585858. Windows color (decimal): -11052457 or 5724759. OLE color: 5724759.
HSL color Cylindrical-coordinate representation of color #575A57: hue angle of 120º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #575A57 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 87 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.65 |
| HSL | 120º | 0.02% | 0.35% | - |
| HSV(B) | 120º | 0.03% | 0.35% | - |
| XYZ | 9.31 | 10.03 | 10.46 | - |
| YUV | 88.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 87 | 0.03 | 0 | 0.03 | 0.65 | 120 | 0.02 | 0.35 |
| Hex | 57 | 5A | 57 | 3 | 0 | 3 | 41 | 78 | 2 | 23 |
| Octal | 127 | 132 | 127 | 3 | 0 | 3 | 101 | 170 | 2 | 43 |
| Binary | 1010111 | 1011010 | 1010111 | 11 | 0 | 11 | 1000001 | 1111000 | 10 | 100011 |
Color Harmonies of #575A57
Complementary color
Monochromatic Colors of #575A57
Black with #575A57
Text Example
Text Example
White with #575A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A57; }
p { color: rgb(87,90,87); }
H1.HeaderClassName
{
color: #575A57;
}
.AnyTagClassName
{
color: #575A57;
}
</style>
background-color css
<style>
a { background-color: #575A57; }
a { background-color: rgb(87,90,87); }
div.DivClassName
{
background-color: #575A57;
}
.BgClassName
{
background-color: #575A57;
}
</style>
border-color css
<style>
span { border-color: #575A57; }
span { border-color: rgb(87,90,87); }
td.TdClassName
{
border-color: #575A57;
}
.TagClassName
{
border-color: #575A57;
}
</style>