Shades of Viridian Green #575B59
Tints of Viridian Green #575B59
RGB
CMYK
RGB Variations
Color information
#575B59 (or 0x575B59) is known color: Viridian Green. HEX triplet: 57, 5B and 59. RGB value is (87,91,89). Sum of RGB (Red+Green+Blue) = 87+91+89=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 91 - color contains mainly: green. Hex color #575B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B59 is #A8A4A6. Grayscale: #595959. Windows color (decimal): -11052199 or 5856087. OLE color: 5856087.
HSL color Cylindrical-coordinate representation of color #575B59: hue angle of 150º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #575B59 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
RGB | 87 | 91 | 89 | - |
CMYK | 0.04 | 0 | 0.02 | 0.64 |
HSL | 150º | 0.02% | 0.35% | - |
HSV(B) | 150º | 0.04% | 0.36% | - |
XYZ | 9.47 | 10.23 | 10.93 | - |
YUV | 89.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 87 | 91 | 89 | 0.04 | 0 | 0.02 | 0.64 | 150 | 0.02 | 0.35 |
Hex | 57 | 5B | 59 | 4 | 0 | 2 | 40 | 96 | 2 | 23 |
Octal | 127 | 133 | 131 | 4 | 0 | 2 | 100 | 226 | 2 | 43 |
Binary | 1010111 | 1011011 | 1011001 | 100 | 0 | 10 | 1000000 | 10010110 | 10 | 100011 |
Color Harmonies of #575B59
Complementary color
Monochromatic Colors of #575B59
Black with #575B59
Text Example
Text Example
White with #575B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B59; }
p { color: rgb(87,91,89); }
H1.HeaderClassName
{
color: #575B59;
}
.AnyTagClassName
{
color: #575B59;
}
</style>
background-color css
<style>
a { background-color: #575B59; }
a { background-color: rgb(87,91,89); }
div.DivClassName
{
background-color: #575B59;
}
.BgClassName
{
background-color: #575B59;
}
</style>
border-color css
<style>
span { border-color: #575B59; }
span { border-color: rgb(87,91,89); }
td.TdClassName
{
border-color: #575B59;
}
.TagClassName
{
border-color: #575B59;
}
</style>