Shades of Royal Heath #B5597E
Tints of Royal Heath #B5597E
RGB
CMYK
RGB Variations
Color information
#B5597E (or 0xB5597E) is known color: Royal Heath. HEX triplet: B5, 59 and 7E. RGB value is (181,89,126). Sum of RGB (Red+Green+Blue) = 181+89+126=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5597E is #4AA681. Grayscale: #787878. Windows color (decimal): -4892290 or 8280501. OLE color: 8280501.
HSL color Cylindrical-coordinate representation of color #B5597E: hue angle of 335.87º 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 #B5597E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 126 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.29 |
| HSL | 335.87º | 0.38% | 0.53% | - |
| HSV(B) | 335.87º | 0.51% | 0.71% | - |
| XYZ | 26.39 | 18.47 | 21.91 | - |
| YUV | 120.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 126 | 0 | 0.51 | 0.30 | 0.29 | 335.87 | 0.38 | 0.53 |
| Hex | B5 | 59 | 7E | 0 | 33 | 1E | 1D | 150 | 26 | 35 |
| Octal | 265 | 131 | 176 | 0 | 63 | 36 | 35 | 520 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1111110 | 0 | 110011 | 11110 | 11101 | 101010000 | 100110 | 110101 |
Color Harmonies of #B5597E
Complementary color
Monochromatic Colors of #B5597E
Black with #B5597E
Text Example
Text Example
White with #B5597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5597E; }
p { color: rgb(181,89,126); }
H1.HeaderClassName
{
color: #B5597E;
}
.AnyTagClassName
{
color: #B5597E;
}
</style>
background-color css
<style>
a { background-color: #B5597E; }
a { background-color: rgb(181,89,126); }
div.DivClassName
{
background-color: #B5597E;
}
.BgClassName
{
background-color: #B5597E;
}
</style>
border-color css
<style>
span { border-color: #B5597E; }
span { border-color: rgb(181,89,126); }
td.TdClassName
{
border-color: #B5597E;
}
.TagClassName
{
border-color: #B5597E;
}
</style>