Shades of Lunar Green #555A4B
Tints of Lunar Green #555A4B
RGB
CMYK
RGB Variations
Color information
#555A4B (or 0x555A4B) is known color: Lunar Green. HEX triplet: 55, 5A and 4B. RGB value is (85,90,75). Sum of RGB (Red+Green+Blue) = 85+90+75=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #555A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A4B is #AAA5B4. Grayscale: #565656. Windows color (decimal): -11183541 or 4938325. OLE color: 4938325.
HSL color Cylindrical-coordinate representation of color #555A4B: hue angle of 80º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555A4B is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 75 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.65 |
| HSL | 80º | 0.09% | 0.32% | - |
| HSV(B) | 80º | 0.17% | 0.35% | - |
| XYZ | 8.67 | 9.75 | 8.08 | - |
| YUV | 86.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 75 | 0.06 | 0 | 0.17 | 0.65 | 80 | 0.09 | 0.32 |
| Hex | 55 | 5A | 4B | 6 | 0 | 11 | 41 | 50 | 9 | 20 |
| Octal | 125 | 132 | 113 | 6 | 0 | 21 | 101 | 120 | 11 | 40 |
| Binary | 1010101 | 1011010 | 1001011 | 110 | 0 | 10001 | 1000001 | 1010000 | 1001 | 100000 |
Color Harmonies of #555A4B
Complementary color
Monochromatic Colors of #555A4B
Black with #555A4B
Text Example
Text Example
White with #555A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A4B; }
p { color: rgb(85,90,75); }
H1.HeaderClassName
{
color: #555A4B;
}
.AnyTagClassName
{
color: #555A4B;
}
</style>
background-color css
<style>
a { background-color: #555A4B; }
a { background-color: rgb(85,90,75); }
div.DivClassName
{
background-color: #555A4B;
}
.BgClassName
{
background-color: #555A4B;
}
</style>
border-color css
<style>
span { border-color: #555A4B; }
span { border-color: rgb(85,90,75); }
td.TdClassName
{
border-color: #555A4B;
}
.TagClassName
{
border-color: #555A4B;
}
</style>