Shades of Royal Heath #B5537B
Tints of Royal Heath #B5537B
RGB
CMYK
RGB Variations
Color information
#B5537B (or 0xB5537B) is known color: Royal Heath. HEX triplet: B5, 53 and 7B. RGB value is (181,83,123). Sum of RGB (Red+Green+Blue) = 181+83+123=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5537B is #4AAC84. Grayscale: #747474. Windows color (decimal): -4893829 or 8082357. OLE color: 8082357.
HSL color Cylindrical-coordinate representation of color #B5537B: hue angle of 335.51º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5537B is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 123 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.29 |
| HSL | 335.51º | 0.4% | 0.52% | - |
| HSV(B) | 335.51º | 0.54% | 0.71% | - |
| XYZ | 25.72 | 17.44 | 20.75 | - |
| YUV | 116.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 123 | 0 | 0.54 | 0.32 | 0.29 | 335.51 | 0.4 | 0.52 |
| Hex | B5 | 53 | 7B | 0 | 36 | 20 | 1D | 150 | 28 | 34 |
| Octal | 265 | 123 | 173 | 0 | 66 | 40 | 35 | 520 | 50 | 64 |
| Binary | 10110101 | 1010011 | 1111011 | 0 | 110110 | 100000 | 11101 | 101010000 | 101000 | 110100 |
Color Harmonies of #B5537B
Complementary color
Monochromatic Colors of #B5537B
Black with #B5537B
Text Example
Text Example
White with #B5537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5537B; }
p { color: rgb(181,83,123); }
H1.HeaderClassName
{
color: #B5537B;
}
.AnyTagClassName
{
color: #B5537B;
}
</style>
background-color css
<style>
a { background-color: #B5537B; }
a { background-color: rgb(181,83,123); }
div.DivClassName
{
background-color: #B5537B;
}
.BgClassName
{
background-color: #B5537B;
}
</style>
border-color css
<style>
span { border-color: #B5537B; }
span { border-color: rgb(181,83,123); }
td.TdClassName
{
border-color: #B5537B;
}
.TagClassName
{
border-color: #B5537B;
}
</style>