Shades of Royal Heath #B5517A
Tints of Royal Heath #B5517A
RGB
CMYK
RGB Variations
Color information
#B5517A (or 0xB5517A) is known color: Royal Heath. HEX triplet: B5, 51 and 7A. RGB value is (181,81,122). Sum of RGB (Red+Green+Blue) = 181+81+122=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B5517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5517A is #4AAE85. Grayscale: #737373. Windows color (decimal): -4894342 or 8016309. OLE color: 8016309.
HSL color Cylindrical-coordinate representation of color #B5517A: hue angle of 335.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5517A is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 122 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.29 |
| HSL | 335.4º | 0.4% | 0.51% | - |
| HSV(B) | 335.4º | 0.55% | 0.71% | - |
| XYZ | 25.51 | 17.11 | 20.37 | - |
| YUV | 115.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 122 | 0 | 0.55 | 0.33 | 0.29 | 335.4 | 0.4 | 0.51 |
| Hex | B5 | 51 | 7A | 0 | 37 | 21 | 1D | 14F | 28 | 33 |
| Octal | 265 | 121 | 172 | 0 | 67 | 41 | 35 | 517 | 50 | 63 |
| Binary | 10110101 | 1010001 | 1111010 | 0 | 110111 | 100001 | 11101 | 101001111 | 101000 | 110011 |
Color Harmonies of #B5517A
Complementary color
Monochromatic Colors of #B5517A
Black with #B5517A
Text Example
Text Example
White with #B5517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5517A; }
p { color: rgb(181,81,122); }
H1.HeaderClassName
{
color: #B5517A;
}
.AnyTagClassName
{
color: #B5517A;
}
</style>
background-color css
<style>
a { background-color: #B5517A; }
a { background-color: rgb(181,81,122); }
div.DivClassName
{
background-color: #B5517A;
}
.BgClassName
{
background-color: #B5517A;
}
</style>
border-color css
<style>
span { border-color: #B5517A; }
span { border-color: rgb(181,81,122); }
td.TdClassName
{
border-color: #B5517A;
}
.TagClassName
{
border-color: #B5517A;
}
</style>