Shades of Royal Heath #B5527B
Tints of Royal Heath #B5527B
RGB
CMYK
RGB Variations
Color information
#B5527B (or 0xB5527B) is known color: Royal Heath. HEX triplet: B5, 52 and 7B. RGB value is (181,82,123). Sum of RGB (Red+Green+Blue) = 181+82+123=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5527B is #4AAD84. Grayscale: #747474. Windows color (decimal): -4894085 or 8082101. OLE color: 8082101.
HSL color Cylindrical-coordinate representation of color #B5527B: hue angle of 335.15º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5527B is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 123 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.29 |
| HSL | 335.15º | 0.4% | 0.52% | - |
| HSV(B) | 335.15º | 0.55% | 0.71% | - |
| XYZ | 25.65 | 17.29 | 20.72 | - |
| YUV | 116.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 123 | 0 | 0.55 | 0.32 | 0.29 | 335.15 | 0.4 | 0.52 |
| Hex | B5 | 52 | 7B | 0 | 37 | 20 | 1D | 14F | 28 | 34 |
| Octal | 265 | 122 | 173 | 0 | 67 | 40 | 35 | 517 | 50 | 64 |
| Binary | 10110101 | 1010010 | 1111011 | 0 | 110111 | 100000 | 11101 | 101001111 | 101000 | 110100 |
Color Harmonies of #B5527B
Complementary color
Monochromatic Colors of #B5527B
Black with #B5527B
Text Example
Text Example
White with #B5527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5527B; }
p { color: rgb(181,82,123); }
H1.HeaderClassName
{
color: #B5527B;
}
.AnyTagClassName
{
color: #B5527B;
}
</style>
background-color css
<style>
a { background-color: #B5527B; }
a { background-color: rgb(181,82,123); }
div.DivClassName
{
background-color: #B5527B;
}
.BgClassName
{
background-color: #B5527B;
}
</style>
border-color css
<style>
span { border-color: #B5527B; }
span { border-color: rgb(181,82,123); }
td.TdClassName
{
border-color: #B5527B;
}
.TagClassName
{
border-color: #B5527B;
}
</style>