Shades of Royal Heath #B5597C
Tints of Royal Heath #B5597C
RGB
CMYK
RGB Variations
Color information
#B5597C (or 0xB5597C) is known color: Royal Heath. HEX triplet: B5, 59 and 7C. RGB value is (181,89,124). Sum of RGB (Red+Green+Blue) = 181+89+124=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5597C is #4AA683. Grayscale: #787878. Windows color (decimal): -4892292 or 8149429. OLE color: 8149429.
HSL color Cylindrical-coordinate representation of color #B5597C: hue angle of 337.17º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5597C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 124 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.29 |
| HSL | 337.17º | 0.38% | 0.53% | - |
| HSV(B) | 337.17º | 0.51% | 0.71% | - |
| XYZ | 26.27 | 18.42 | 21.24 | - |
| YUV | 120.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 124 | 0 | 0.51 | 0.31 | 0.29 | 337.17 | 0.38 | 0.53 |
| Hex | B5 | 59 | 7C | 0 | 33 | 1F | 1D | 151 | 26 | 35 |
| Octal | 265 | 131 | 174 | 0 | 63 | 37 | 35 | 521 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1111100 | 0 | 110011 | 11111 | 11101 | 101010001 | 100110 | 110101 |
Color Harmonies of #B5597C
Complementary color
Monochromatic Colors of #B5597C
Black with #B5597C
Text Example
Text Example
White with #B5597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5597C; }
p { color: rgb(181,89,124); }
H1.HeaderClassName
{
color: #B5597C;
}
.AnyTagClassName
{
color: #B5597C;
}
</style>
background-color css
<style>
a { background-color: #B5597C; }
a { background-color: rgb(181,89,124); }
div.DivClassName
{
background-color: #B5597C;
}
.BgClassName
{
background-color: #B5597C;
}
</style>
border-color css
<style>
span { border-color: #B5597C; }
span { border-color: rgb(181,89,124); }
td.TdClassName
{
border-color: #B5597C;
}
.TagClassName
{
border-color: #B5597C;
}
</style>