Shades of Royal Heath #B5587C
Tints of Royal Heath #B5587C
RGB
CMYK
RGB Variations
Color information
#B5587C (or 0xB5587C) is known color: Royal Heath. HEX triplet: B5, 58 and 7C. RGB value is (181,88,124). Sum of RGB (Red+Green+Blue) = 181+88+124=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5587C is #4AA783. Grayscale: #777777. Windows color (decimal): -4892548 or 8149173. OLE color: 8149173.
HSL color Cylindrical-coordinate representation of color #B5587C: hue angle of 336.77º degrees, saturation: 0.39, 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 #B5587C is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 124 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.29 |
| HSL | 336.77º | 0.39% | 0.53% | - |
| HSV(B) | 336.77º | 0.51% | 0.71% | - |
| XYZ | 26.18 | 18.26 | 21.21 | - |
| YUV | 119.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 124 | 0 | 0.51 | 0.31 | 0.29 | 336.77 | 0.39 | 0.53 |
| Hex | B5 | 58 | 7C | 0 | 33 | 1F | 1D | 151 | 27 | 35 |
| Octal | 265 | 130 | 174 | 0 | 63 | 37 | 35 | 521 | 47 | 65 |
| Binary | 10110101 | 1011000 | 1111100 | 0 | 110011 | 11111 | 11101 | 101010001 | 100111 | 110101 |
Color Harmonies of #B5587C
Complementary color
Monochromatic Colors of #B5587C
Black with #B5587C
Text Example
Text Example
White with #B5587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5587C; }
p { color: rgb(181,88,124); }
H1.HeaderClassName
{
color: #B5587C;
}
.AnyTagClassName
{
color: #B5587C;
}
</style>
background-color css
<style>
a { background-color: #B5587C; }
a { background-color: rgb(181,88,124); }
div.DivClassName
{
background-color: #B5587C;
}
.BgClassName
{
background-color: #B5587C;
}
</style>
border-color css
<style>
span { border-color: #B5587C; }
span { border-color: rgb(181,88,124); }
td.TdClassName
{
border-color: #B5587C;
}
.TagClassName
{
border-color: #B5587C;
}
</style>