Shades of Mortar #554F50
Tints of Mortar #554F50
RGB
CMYK
RGB Variations
Color information
#554F50 (or 0x554F50) is known color: Mortar. HEX triplet: 55, 4F and 50. RGB value is (85,79,80). Sum of RGB (Red+Green+Blue) = 85+79+80=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #554F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F50 is #AAB0AF. Grayscale: #505050. Windows color (decimal): -11186352 or 5263189. OLE color: 5263189.
HSL color Cylindrical-coordinate representation of color #554F50: hue angle of 350º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #554F50 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 80 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.67 |
| HSL | 350º | 0.04% | 0.32% | - |
| HSV(B) | 350º | 0.07% | 0.33% | - |
| XYZ | 7.99 | 8.1 | 8.73 | - |
| YUV | 80.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 80 | 0 | 0.07 | 0.06 | 0.67 | 350 | 0.04 | 0.32 |
| Hex | 55 | 4F | 50 | 0 | 7 | 6 | 43 | 15E | 4 | 20 |
| Octal | 125 | 117 | 120 | 0 | 7 | 6 | 103 | 536 | 4 | 40 |
| Binary | 1010101 | 1001111 | 1010000 | 0 | 111 | 110 | 1000011 | 101011110 | 100 | 100000 |
Color Harmonies of #554F50
Complementary color
Monochromatic Colors of #554F50
Black with #554F50
Text Example
Text Example
White with #554F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F50; }
p { color: rgb(85,79,80); }
H1.HeaderClassName
{
color: #554F50;
}
.AnyTagClassName
{
color: #554F50;
}
</style>
background-color css
<style>
a { background-color: #554F50; }
a { background-color: rgb(85,79,80); }
div.DivClassName
{
background-color: #554F50;
}
.BgClassName
{
background-color: #554F50;
}
</style>
border-color css
<style>
span { border-color: #554F50; }
span { border-color: rgb(85,79,80); }
td.TdClassName
{
border-color: #554F50;
}
.TagClassName
{
border-color: #554F50;
}
</style>