Shades of Viridian Green #535C58
Tints of Viridian Green #535C58
RGB
CMYK
RGB Variations
Color information
#535C58 (or 0x535C58) is known color: Viridian Green. HEX triplet: 53, 5C and 58. RGB value is (83,92,88). Sum of RGB (Red+Green+Blue) = 83+92+88=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #535C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C58 is #ACA3A7. Grayscale: #585858. Windows color (decimal): -11314088 or 5790803. OLE color: 5790803.
HSL color Cylindrical-coordinate representation of color #535C58: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535C58 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 92 | 88 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.64 |
| HSL | 153.33º | 0.05% | 0.34% | - |
| HSV(B) | 153.33º | 0.1% | 0.36% | - |
| XYZ | 9.16 | 10.2 | 10.72 | - |
| YUV | 88.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 88 | 0.10 | 0 | 0.04 | 0.64 | 153.33 | 0.05 | 0.34 |
| Hex | 53 | 5C | 58 | A | 0 | 4 | 40 | 99 | 5 | 22 |
| Octal | 123 | 134 | 130 | 12 | 0 | 4 | 100 | 231 | 5 | 42 |
| Binary | 1010011 | 1011100 | 1011000 | 1010 | 0 | 100 | 1000000 | 10011001 | 101 | 100010 |
Color Harmonies of #535C58
Complementary color
Monochromatic Colors of #535C58
Black with #535C58
Text Example
Text Example
White with #535C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C58; }
p { color: rgb(83,92,88); }
H1.HeaderClassName
{
color: #535C58;
}
.AnyTagClassName
{
color: #535C58;
}
</style>
background-color css
<style>
a { background-color: #535C58; }
a { background-color: rgb(83,92,88); }
div.DivClassName
{
background-color: #535C58;
}
.BgClassName
{
background-color: #535C58;
}
</style>
border-color css
<style>
span { border-color: #535C58; }
span { border-color: rgb(83,92,88); }
td.TdClassName
{
border-color: #535C58;
}
.TagClassName
{
border-color: #535C58;
}
</style>