Shades of Viridian Green #535D59
Tints of Viridian Green #535D59
RGB
CMYK
RGB Variations
Color information
#535D59 (or 0x535D59) is known color: Viridian Green. HEX triplet: 53, 5D and 59. RGB value is (83,93,89). Sum of RGB (Red+Green+Blue) = 83+93+89=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 93 - color contains mainly: green. Hex color #535D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D59 is #ACA2A6. Grayscale: #595959. Windows color (decimal): -11313831 or 5856595. OLE color: 5856595.
HSL color Cylindrical-coordinate representation of color #535D59: hue angle of 156º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D59 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 93 | 89 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.64 |
| HSL | 156º | 0.06% | 0.35% | - |
| HSV(B) | 156º | 0.11% | 0.36% | - |
| XYZ | 9.28 | 10.39 | 10.97 | - |
| YUV | 89.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 89 | 0.11 | 0 | 0.04 | 0.64 | 156 | 0.06 | 0.35 |
| Hex | 53 | 5D | 59 | B | 0 | 4 | 40 | 9C | 6 | 23 |
| Octal | 123 | 135 | 131 | 13 | 0 | 4 | 100 | 234 | 6 | 43 |
| Binary | 1010011 | 1011101 | 1011001 | 1011 | 0 | 100 | 1000000 | 10011100 | 110 | 100011 |
Color Harmonies of #535D59
Complementary color
Monochromatic Colors of #535D59
Black with #535D59
Text Example
Text Example
White with #535D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D59; }
p { color: rgb(83,93,89); }
H1.HeaderClassName
{
color: #535D59;
}
.AnyTagClassName
{
color: #535D59;
}
</style>
background-color css
<style>
a { background-color: #535D59; }
a { background-color: rgb(83,93,89); }
div.DivClassName
{
background-color: #535D59;
}
.BgClassName
{
background-color: #535D59;
}
</style>
border-color css
<style>
span { border-color: #535D59; }
span { border-color: rgb(83,93,89); }
td.TdClassName
{
border-color: #535D59;
}
.TagClassName
{
border-color: #535D59;
}
</style>