Shades of Royal Heath #B55979
Tints of Royal Heath #B55979
RGB
CMYK
RGB Variations
Color information
#B55979 (or 0xB55979) is known color: Royal Heath. HEX triplet: B5, 59 and 79. RGB value is (181,89,121). Sum of RGB (Red+Green+Blue) = 181+89+121=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B55979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55979 is #4AA686. Grayscale: #787878. Windows color (decimal): -4892295 or 7952821. OLE color: 7952821.
HSL color Cylindrical-coordinate representation of color #B55979: hue angle of 339.13º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55979 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 121 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.29 |
| HSL | 339.13º | 0.38% | 0.53% | - |
| HSV(B) | 339.13º | 0.51% | 0.71% | - |
| XYZ | 26.08 | 18.35 | 20.26 | - |
| YUV | 120.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 121 | 0 | 0.51 | 0.33 | 0.29 | 339.13 | 0.38 | 0.53 |
| Hex | B5 | 59 | 79 | 0 | 33 | 21 | 1D | 153 | 26 | 35 |
| Octal | 265 | 131 | 171 | 0 | 63 | 41 | 35 | 523 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1111001 | 0 | 110011 | 100001 | 11101 | 101010011 | 100110 | 110101 |
Color Harmonies of #B55979
Complementary color
Monochromatic Colors of #B55979
Black with #B55979
Text Example
Text Example
White with #B55979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55979; }
p { color: rgb(181,89,121); }
H1.HeaderClassName
{
color: #B55979;
}
.AnyTagClassName
{
color: #B55979;
}
</style>
background-color css
<style>
a { background-color: #B55979; }
a { background-color: rgb(181,89,121); }
div.DivClassName
{
background-color: #B55979;
}
.BgClassName
{
background-color: #B55979;
}
</style>
border-color css
<style>
span { border-color: #B55979; }
span { border-color: rgb(181,89,121); }
td.TdClassName
{
border-color: #B55979;
}
.TagClassName
{
border-color: #B55979;
}
</style>