Shades of Mineral Green #555C56
Tints of Mineral Green #555C56
RGB
CMYK
RGB Variations
Color information
#555C56 (or 0x555C56) is known color: Mineral Green. HEX triplet: 55, 5C and 56. RGB value is (85,92,86). Sum of RGB (Red+Green+Blue) = 85+92+86=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #555C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C56 is #AAA3A9. Grayscale: #595959. Windows color (decimal): -11183018 or 5659733. OLE color: 5659733.
HSL color Cylindrical-coordinate representation of color #555C56: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #555C56 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 86 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.64 |
| HSL | 128.57º | 0.04% | 0.35% | - |
| HSV(B) | 128.57º | 0.08% | 0.36% | - |
| XYZ | 9.25 | 10.26 | 10.3 | - |
| YUV | 89.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 86 | 0.08 | 0 | 0.07 | 0.64 | 128.57 | 0.04 | 0.35 |
| Hex | 55 | 5C | 56 | 8 | 0 | 7 | 40 | 81 | 4 | 23 |
| Octal | 125 | 134 | 126 | 10 | 0 | 7 | 100 | 201 | 4 | 43 |
| Binary | 1010101 | 1011100 | 1010110 | 1000 | 0 | 111 | 1000000 | 10000001 | 100 | 100011 |
Color Harmonies of #555C56
Complementary color
Monochromatic Colors of #555C56
Black with #555C56
Text Example
Text Example
White with #555C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C56; }
p { color: rgb(85,92,86); }
H1.HeaderClassName
{
color: #555C56;
}
.AnyTagClassName
{
color: #555C56;
}
</style>
background-color css
<style>
a { background-color: #555C56; }
a { background-color: rgb(85,92,86); }
div.DivClassName
{
background-color: #555C56;
}
.BgClassName
{
background-color: #555C56;
}
</style>
border-color css
<style>
span { border-color: #555C56; }
span { border-color: rgb(85,92,86); }
td.TdClassName
{
border-color: #555C56;
}
.TagClassName
{
border-color: #555C56;
}
</style>