Shades of Viridian Green #585E5C
Tints of Viridian Green #585E5C
RGB
CMYK
RGB Variations
Color information
#585E5C (or 0x585E5C) is known color: Viridian Green. HEX triplet: 58, 5E and 5C. RGB value is (88,94,92). Sum of RGB (Red+Green+Blue) = 88+94+92=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 94 - color contains mainly: green. Hex color #585E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E5C is #A7A1A3. Grayscale: #5B5B5B. Windows color (decimal): -10985892 or 6053464. OLE color: 6053464.
HSL color Cylindrical-coordinate representation of color #585E5C: hue angle of 160º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585E5C is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 94 | 92 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.63 |
| HSL | 160º | 0.03% | 0.36% | - |
| HSV(B) | 160º | 0.06% | 0.37% | - |
| XYZ | 9.96 | 10.85 | 11.7 | - |
| YUV | 91.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 92 | 0.06 | 0 | 0.02 | 0.63 | 160 | 0.03 | 0.36 |
| Hex | 58 | 5E | 5C | 6 | 0 | 2 | 3F | A0 | 3 | 24 |
| Octal | 130 | 136 | 134 | 6 | 0 | 2 | 77 | 240 | 3 | 44 |
| Binary | 1011000 | 1011110 | 1011100 | 110 | 0 | 10 | 111111 | 10100000 | 11 | 100100 |
Color Harmonies of #585E5C
Complementary color
Monochromatic Colors of #585E5C
Black with #585E5C
Text Example
Text Example
White with #585E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E5C; }
p { color: rgb(88,94,92); }
H1.HeaderClassName
{
color: #585E5C;
}
.AnyTagClassName
{
color: #585E5C;
}
</style>
background-color css
<style>
a { background-color: #585E5C; }
a { background-color: rgb(88,94,92); }
div.DivClassName
{
background-color: #585E5C;
}
.BgClassName
{
background-color: #585E5C;
}
</style>
border-color css
<style>
span { border-color: #585E5C; }
span { border-color: rgb(88,94,92); }
td.TdClassName
{
border-color: #585E5C;
}
.TagClassName
{
border-color: #585E5C;
}
</style>