Shades of Viridian Green #535D58
Tints of Viridian Green #535D58
RGB
CMYK
RGB Variations
Color information
#535D58 (or 0x535D58) is known color: Viridian Green. HEX triplet: 53, 5D and 58. RGB value is (83,93,88). Sum of RGB (Red+Green+Blue) = 83+93+88=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #535D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D58 is #ACA2A7. Grayscale: #595959. Windows color (decimal): -11313832 or 5791059. OLE color: 5791059.
HSL color Cylindrical-coordinate representation of color #535D58: hue angle of 150º 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 #535D58 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 93 | 88 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.64 |
| HSL | 150º | 0.06% | 0.35% | - |
| HSV(B) | 150º | 0.11% | 0.36% | - |
| XYZ | 9.24 | 10.37 | 10.75 | - |
| YUV | 89.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 88 | 0.11 | 0 | 0.05 | 0.64 | 150 | 0.06 | 0.35 |
| Hex | 53 | 5D | 58 | B | 0 | 5 | 40 | 96 | 6 | 23 |
| Octal | 123 | 135 | 130 | 13 | 0 | 5 | 100 | 226 | 6 | 43 |
| Binary | 1010011 | 1011101 | 1011000 | 1011 | 0 | 101 | 1000000 | 10010110 | 110 | 100011 |
Color Harmonies of #535D58
Complementary color
Monochromatic Colors of #535D58
Black with #535D58
Text Example
Text Example
White with #535D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D58; }
p { color: rgb(83,93,88); }
H1.HeaderClassName
{
color: #535D58;
}
.AnyTagClassName
{
color: #535D58;
}
</style>
background-color css
<style>
a { background-color: #535D58; }
a { background-color: rgb(83,93,88); }
div.DivClassName
{
background-color: #535D58;
}
.BgClassName
{
background-color: #535D58;
}
</style>
border-color css
<style>
span { border-color: #535D58; }
span { border-color: rgb(83,93,88); }
td.TdClassName
{
border-color: #535D58;
}
.TagClassName
{
border-color: #535D58;
}
</style>