Shades of Lunar Green #555B4B
Tints of Lunar Green #555B4B
RGB
CMYK
RGB Variations
Color information
#555B4B (or 0x555B4B) is known color: Lunar Green. HEX triplet: 55, 5B and 4B. RGB value is (85,91,75). Sum of RGB (Red+Green+Blue) = 85+91+75=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 91 - color contains mainly: green. Hex color #555B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B4B is #AAA4B4. Grayscale: #575757. Windows color (decimal): -11183285 or 4938581. OLE color: 4938581.
HSL color Cylindrical-coordinate representation of color #555B4B: hue angle of 82.5º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555B4B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 75 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.64 |
| HSL | 82.5º | 0.1% | 0.33% | - |
| HSV(B) | 82.5º | 0.18% | 0.36% | - |
| XYZ | 8.76 | 9.92 | 8.11 | - |
| YUV | 87.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 75 | 0.07 | 0 | 0.18 | 0.64 | 82.5 | 0.1 | 0.33 |
| Hex | 55 | 5B | 4B | 7 | 0 | 12 | 40 | 52 | A | 21 |
| Octal | 125 | 133 | 113 | 7 | 0 | 22 | 100 | 122 | 12 | 41 |
| Binary | 1010101 | 1011011 | 1001011 | 111 | 0 | 10010 | 1000000 | 1010010 | 1010 | 100001 |
Color Harmonies of #555B4B
Complementary color
Monochromatic Colors of #555B4B
Black with #555B4B
Text Example
Text Example
White with #555B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B4B; }
p { color: rgb(85,91,75); }
H1.HeaderClassName
{
color: #555B4B;
}
.AnyTagClassName
{
color: #555B4B;
}
</style>
background-color css
<style>
a { background-color: #555B4B; }
a { background-color: rgb(85,91,75); }
div.DivClassName
{
background-color: #555B4B;
}
.BgClassName
{
background-color: #555B4B;
}
</style>
border-color css
<style>
span { border-color: #555B4B; }
span { border-color: rgb(85,91,75); }
td.TdClassName
{
border-color: #555B4B;
}
.TagClassName
{
border-color: #555B4B;
}
</style>