Shades of Viridian Green #565E5A
Tints of Viridian Green #565E5A
RGB
CMYK
RGB Variations
Color information
#565E5A (or 0x565E5A) is known color: Viridian Green. HEX triplet: 56, 5E and 5A. RGB value is (86,94,90). Sum of RGB (Red+Green+Blue) = 86+94+90=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 94 - color contains mainly: green. Hex color #565E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E5A is #A9A1A5. Grayscale: #5B5B5B. Windows color (decimal): -11116966 or 5922390. OLE color: 5922390.
HSL color Cylindrical-coordinate representation of color #565E5A: hue angle of 150º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565E5A is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 94 | 90 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.63 |
| HSL | 150º | 0.04% | 0.35% | - |
| HSV(B) | 150º | 0.09% | 0.37% | - |
| XYZ | 9.69 | 10.72 | 11.23 | - |
| YUV | 91.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 90 | 0.09 | 0 | 0.04 | 0.63 | 150 | 0.04 | 0.35 |
| Hex | 56 | 5E | 5A | 9 | 0 | 4 | 3F | 96 | 4 | 23 |
| Octal | 126 | 136 | 132 | 11 | 0 | 4 | 77 | 226 | 4 | 43 |
| Binary | 1010110 | 1011110 | 1011010 | 1001 | 0 | 100 | 111111 | 10010110 | 100 | 100011 |
Color Harmonies of #565E5A
Complementary color
Monochromatic Colors of #565E5A
Black with #565E5A
Text Example
Text Example
White with #565E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E5A; }
p { color: rgb(86,94,90); }
H1.HeaderClassName
{
color: #565E5A;
}
.AnyTagClassName
{
color: #565E5A;
}
</style>
background-color css
<style>
a { background-color: #565E5A; }
a { background-color: rgb(86,94,90); }
div.DivClassName
{
background-color: #565E5A;
}
.BgClassName
{
background-color: #565E5A;
}
</style>
border-color css
<style>
span { border-color: #565E5A; }
span { border-color: rgb(86,94,90); }
td.TdClassName
{
border-color: #565E5A;
}
.TagClassName
{
border-color: #565E5A;
}
</style>