Shades of Mineral Green #555B56
Tints of Mineral Green #555B56
RGB
CMYK
RGB Variations
Color information
#555B56 (or 0x555B56) is known color: Mineral Green. HEX triplet: 55, 5B and 56. RGB value is (85,91,86). Sum of RGB (Red+Green+Blue) = 85+91+86=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 91 - color contains mainly: green. Hex color #555B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B56 is #AAA4A9. Grayscale: #585858. Windows color (decimal): -11183274 or 5659477. OLE color: 5659477.
HSL color Cylindrical-coordinate representation of color #555B56: hue angle of 130º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #555B56 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 86 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.64 |
| HSL | 130º | 0.03% | 0.35% | - |
| HSV(B) | 130º | 0.07% | 0.36% | - |
| XYZ | 9.17 | 10.09 | 10.27 | - |
| YUV | 88.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 86 | 0.07 | 0 | 0.05 | 0.64 | 130 | 0.03 | 0.35 |
| Hex | 55 | 5B | 56 | 7 | 0 | 5 | 40 | 82 | 3 | 23 |
| Octal | 125 | 133 | 126 | 7 | 0 | 5 | 100 | 202 | 3 | 43 |
| Binary | 1010101 | 1011011 | 1010110 | 111 | 0 | 101 | 1000000 | 10000010 | 11 | 100011 |
Color Harmonies of #555B56
Complementary color
Monochromatic Colors of #555B56
Black with #555B56
Text Example
Text Example
White with #555B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B56; }
p { color: rgb(85,91,86); }
H1.HeaderClassName
{
color: #555B56;
}
.AnyTagClassName
{
color: #555B56;
}
</style>
background-color css
<style>
a { background-color: #555B56; }
a { background-color: rgb(85,91,86); }
div.DivClassName
{
background-color: #555B56;
}
.BgClassName
{
background-color: #555B56;
}
</style>
border-color css
<style>
span { border-color: #555B56; }
span { border-color: rgb(85,91,86); }
td.TdClassName
{
border-color: #555B56;
}
.TagClassName
{
border-color: #555B56;
}
</style>