Shades of Royal Heath #B5567B
Tints of Royal Heath #B5567B
RGB
CMYK
RGB Variations
Color information
#B5567B (or 0xB5567B) is known color: Royal Heath. HEX triplet: B5, 56 and 7B. RGB value is (181,86,123). Sum of RGB (Red+Green+Blue) = 181+86+123=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5567B is #4AA984. Grayscale: #767676. Windows color (decimal): -4893061 or 8083125. OLE color: 8083125.
HSL color Cylindrical-coordinate representation of color #B5567B: hue angle of 336.63º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5567B is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 123 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.29 |
| HSL | 336.63º | 0.39% | 0.52% | - |
| HSV(B) | 336.63º | 0.52% | 0.71% | - |
| XYZ | 25.96 | 17.91 | 20.83 | - |
| YUV | 118.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 123 | 0 | 0.52 | 0.32 | 0.29 | 336.63 | 0.39 | 0.52 |
| Hex | B5 | 56 | 7B | 0 | 34 | 20 | 1D | 151 | 27 | 34 |
| Octal | 265 | 126 | 173 | 0 | 64 | 40 | 35 | 521 | 47 | 64 |
| Binary | 10110101 | 1010110 | 1111011 | 0 | 110100 | 100000 | 11101 | 101010001 | 100111 | 110100 |
Color Harmonies of #B5567B
Complementary color
Monochromatic Colors of #B5567B
Black with #B5567B
Text Example
Text Example
White with #B5567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5567B; }
p { color: rgb(181,86,123); }
H1.HeaderClassName
{
color: #B5567B;
}
.AnyTagClassName
{
color: #B5567B;
}
</style>
background-color css
<style>
a { background-color: #B5567B; }
a { background-color: rgb(181,86,123); }
div.DivClassName
{
background-color: #B5567B;
}
.BgClassName
{
background-color: #B5567B;
}
</style>
border-color css
<style>
span { border-color: #B5567B; }
span { border-color: rgb(181,86,123); }
td.TdClassName
{
border-color: #B5567B;
}
.TagClassName
{
border-color: #B5567B;
}
</style>