Shades of Royal Heath #B55A80
Tints of Royal Heath #B55A80
RGB
CMYK
RGB Variations
Color information
#B55A80 (or 0xB55A80) is known color: Royal Heath. HEX triplet: B5, 5A and 80. RGB value is (181,90,128). Sum of RGB (Red+Green+Blue) = 181+90+128=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A80 is #4AA57F. Grayscale: #797979. Windows color (decimal): -4892032 or 8411829. OLE color: 8411829.
HSL color Cylindrical-coordinate representation of color #B55A80: hue angle of 334.95º 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 #B55A80 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 90 | 128 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.29 |
| HSL | 334.95º | 0.38% | 0.53% | - |
| HSV(B) | 334.95º | 0.5% | 0.71% | - |
| XYZ | 26.61 | 18.69 | 22.63 | - |
| YUV | 121.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 128 | 0 | 0.50 | 0.29 | 0.29 | 334.95 | 0.38 | 0.53 |
| Hex | B5 | 5A | 80 | 0 | 32 | 1D | 1D | 14F | 26 | 35 |
| Octal | 265 | 132 | 200 | 0 | 62 | 35 | 35 | 517 | 46 | 65 |
| Binary | 10110101 | 1011010 | 10000000 | 0 | 110010 | 11101 | 11101 | 101001111 | 100110 | 110101 |
Color Harmonies of #B55A80
Complementary color
Monochromatic Colors of #B55A80
Black with #B55A80
Text Example
Text Example
White with #B55A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55A80; }
p { color: rgb(181,90,128); }
H1.HeaderClassName
{
color: #B55A80;
}
.AnyTagClassName
{
color: #B55A80;
}
</style>
background-color css
<style>
a { background-color: #B55A80; }
a { background-color: rgb(181,90,128); }
div.DivClassName
{
background-color: #B55A80;
}
.BgClassName
{
background-color: #B55A80;
}
</style>
border-color css
<style>
span { border-color: #B55A80; }
span { border-color: rgb(181,90,128); }
td.TdClassName
{
border-color: #B55A80;
}
.TagClassName
{
border-color: #B55A80;
}
</style>