Shades of Royal Heath #B55A83
Tints of Royal Heath #B55A83
RGB
CMYK
RGB Variations
Color information
#B55A83 (or 0xB55A83) is known color: Royal Heath. HEX triplet: B5, 5A and 83. RGB value is (181,90,131). Sum of RGB (Red+Green+Blue) = 181+90+131=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A83 is #4AA57C. Grayscale: #797979. Windows color (decimal): -4892029 or 8608437. OLE color: 8608437.
HSL color Cylindrical-coordinate representation of color #B55A83: hue angle of 332.97º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A83 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 131 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.29 |
| HSL | 332.97º | 0.38% | 0.53% | - |
| HSV(B) | 332.97º | 0.5% | 0.71% | - |
| XYZ | 26.81 | 18.77 | 23.68 | - |
| YUV | 121.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 131 | 0 | 0.50 | 0.28 | 0.29 | 332.97 | 0.38 | 0.53 |
| Hex | B5 | 5A | 83 | 0 | 32 | 1C | 1D | 14D | 26 | 35 |
| Octal | 265 | 132 | 203 | 0 | 62 | 34 | 35 | 515 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10000011 | 0 | 110010 | 11100 | 11101 | 101001101 | 100110 | 110101 |
Color Harmonies of #B55A83
Complementary color
Monochromatic Colors of #B55A83
Black with #B55A83
Text Example
Text Example
White with #B55A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A83; }
p { color: rgb(181,90,131); }
H1.HeaderClassName
{
color: #B55A83;
}
.AnyTagClassName
{
color: #B55A83;
}
</style>
background-color css
<style>
a { background-color: #B55A83; }
a { background-color: rgb(181,90,131); }
div.DivClassName
{
background-color: #B55A83;
}
.BgClassName
{
background-color: #B55A83;
}
</style>
border-color css
<style>
span { border-color: #B55A83; }
span { border-color: rgb(181,90,131); }
td.TdClassName
{
border-color: #B55A83;
}
.TagClassName
{
border-color: #B55A83;
}
</style>