Shades of Royal Heath #B55A82
Tints of Royal Heath #B55A82
RGB
CMYK
RGB Variations
Color information
#B55A82 (or 0xB55A82) is known color: Royal Heath. HEX triplet: B5, 5A and 82. RGB value is (181,90,130). Sum of RGB (Red+Green+Blue) = 181+90+130=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A82 is #4AA57D. Grayscale: #797979. Windows color (decimal): -4892030 or 8542901. OLE color: 8542901.
HSL color Cylindrical-coordinate representation of color #B55A82: hue angle of 333.63º 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 #B55A82 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 130 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.29 |
| HSL | 333.63º | 0.38% | 0.53% | - |
| HSV(B) | 333.63º | 0.5% | 0.71% | - |
| XYZ | 26.74 | 18.75 | 23.33 | - |
| YUV | 121.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 130 | 0 | 0.50 | 0.28 | 0.29 | 333.63 | 0.38 | 0.53 |
| Hex | B5 | 5A | 82 | 0 | 32 | 1C | 1D | 14E | 26 | 35 |
| Octal | 265 | 132 | 202 | 0 | 62 | 34 | 35 | 516 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10000010 | 0 | 110010 | 11100 | 11101 | 101001110 | 100110 | 110101 |
Color Harmonies of #B55A82
Complementary color
Monochromatic Colors of #B55A82
Black with #B55A82
Text Example
Text Example
White with #B55A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A82; }
p { color: rgb(181,90,130); }
H1.HeaderClassName
{
color: #B55A82;
}
.AnyTagClassName
{
color: #B55A82;
}
</style>
background-color css
<style>
a { background-color: #B55A82; }
a { background-color: rgb(181,90,130); }
div.DivClassName
{
background-color: #B55A82;
}
.BgClassName
{
background-color: #B55A82;
}
</style>
border-color css
<style>
span { border-color: #B55A82; }
span { border-color: rgb(181,90,130); }
td.TdClassName
{
border-color: #B55A82;
}
.TagClassName
{
border-color: #B55A82;
}
</style>