Shades of Royal Heath #B55978
Tints of Royal Heath #B55978
RGB
CMYK
RGB Variations
Color information
#B55978 (or 0xB55978) is known color: Royal Heath. HEX triplet: B5, 59 and 78. RGB value is (181,89,120). Sum of RGB (Red+Green+Blue) = 181+89+120=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B55978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55978 is #4AA687. Grayscale: #787878. Windows color (decimal): -4892296 or 7887285. OLE color: 7887285.
HSL color Cylindrical-coordinate representation of color #B55978: hue angle of 339.78º 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 #B55978 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 120 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.29 |
| HSL | 339.78º | 0.38% | 0.53% | - |
| HSV(B) | 339.78º | 0.51% | 0.71% | - |
| XYZ | 26.02 | 18.32 | 19.93 | - |
| YUV | 120.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 120 | 0 | 0.51 | 0.34 | 0.29 | 339.78 | 0.38 | 0.53 |
| Hex | B5 | 59 | 78 | 0 | 33 | 22 | 1D | 154 | 26 | 35 |
| Octal | 265 | 131 | 170 | 0 | 63 | 42 | 35 | 524 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1111000 | 0 | 110011 | 100010 | 11101 | 101010100 | 100110 | 110101 |
Color Harmonies of #B55978
Complementary color
Monochromatic Colors of #B55978
Black with #B55978
Text Example
Text Example
White with #B55978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55978; }
p { color: rgb(181,89,120); }
H1.HeaderClassName
{
color: #B55978;
}
.AnyTagClassName
{
color: #B55978;
}
</style>
background-color css
<style>
a { background-color: #B55978; }
a { background-color: rgb(181,89,120); }
div.DivClassName
{
background-color: #B55978;
}
.BgClassName
{
background-color: #B55978;
}
</style>
border-color css
<style>
span { border-color: #B55978; }
span { border-color: rgb(181,89,120); }
td.TdClassName
{
border-color: #B55978;
}
.TagClassName
{
border-color: #B55978;
}
</style>