Shades of Lunar Green #53584B
Tints of Lunar Green #53584B
RGB
CMYK
RGB Variations
Color information
#53584B (or 0x53584B) is known color: Lunar Green. HEX triplet: 53, 58 and 4B. RGB value is (83,88,75). Sum of RGB (Red+Green+Blue) = 83+88+75=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #53584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53584B is #ACA7B4. Grayscale: #555555. Windows color (decimal): -11315125 or 4937811. OLE color: 4937811.
HSL color Cylindrical-coordinate representation of color #53584B: hue angle of 83.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #53584B is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 75 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.65 |
| HSL | 83.08º | 0.08% | 0.32% | - |
| HSV(B) | 83.08º | 0.15% | 0.35% | - |
| XYZ | 8.33 | 9.33 | 8.02 | - |
| YUV | 85.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 75 | 0.06 | 0 | 0.15 | 0.65 | 83.08 | 0.08 | 0.32 |
| Hex | 53 | 58 | 4B | 6 | 0 | F | 41 | 53 | 8 | 20 |
| Octal | 123 | 130 | 113 | 6 | 0 | 17 | 101 | 123 | 10 | 40 |
| Binary | 1010011 | 1011000 | 1001011 | 110 | 0 | 1111 | 1000001 | 1010011 | 1000 | 100000 |
Color Harmonies of #53584B
Complementary color
Monochromatic Colors of #53584B
Black with #53584B
Text Example
Text Example
White with #53584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53584B; }
p { color: rgb(83,88,75); }
H1.HeaderClassName
{
color: #53584B;
}
.AnyTagClassName
{
color: #53584B;
}
</style>
background-color css
<style>
a { background-color: #53584B; }
a { background-color: rgb(83,88,75); }
div.DivClassName
{
background-color: #53584B;
}
.BgClassName
{
background-color: #53584B;
}
</style>
border-color css
<style>
span { border-color: #53584B; }
span { border-color: rgb(83,88,75); }
td.TdClassName
{
border-color: #53584B;
}
.TagClassName
{
border-color: #53584B;
}
</style>