Shades of Royal Heath #B5557E
Tints of Royal Heath #B5557E
RGB
CMYK
RGB Variations
Color information
#B5557E (or 0xB5557E) is known color: Royal Heath. HEX triplet: B5, 55 and 7E. RGB value is (181,85,126). Sum of RGB (Red+Green+Blue) = 181+85+126=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5557E is #4AAA81. Grayscale: #767676. Windows color (decimal): -4893314 or 8279477. OLE color: 8279477.
HSL color Cylindrical-coordinate representation of color #B5557E: hue angle of 334.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5557E is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 126 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.29 |
| HSL | 334.38º | 0.39% | 0.52% | - |
| HSV(B) | 334.38º | 0.53% | 0.71% | - |
| XYZ | 26.07 | 17.83 | 21.81 | - |
| YUV | 118.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 126 | 0 | 0.53 | 0.30 | 0.29 | 334.38 | 0.39 | 0.52 |
| Hex | B5 | 55 | 7E | 0 | 35 | 1E | 1D | 14E | 27 | 34 |
| Octal | 265 | 125 | 176 | 0 | 65 | 36 | 35 | 516 | 47 | 64 |
| Binary | 10110101 | 1010101 | 1111110 | 0 | 110101 | 11110 | 11101 | 101001110 | 100111 | 110100 |
Color Harmonies of #B5557E
Complementary color
Monochromatic Colors of #B5557E
Black with #B5557E
Text Example
Text Example
White with #B5557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5557E; }
p { color: rgb(181,85,126); }
H1.HeaderClassName
{
color: #B5557E;
}
.AnyTagClassName
{
color: #B5557E;
}
</style>
background-color css
<style>
a { background-color: #B5557E; }
a { background-color: rgb(181,85,126); }
div.DivClassName
{
background-color: #B5557E;
}
.BgClassName
{
background-color: #B5557E;
}
</style>
border-color css
<style>
span { border-color: #B5557E; }
span { border-color: rgb(181,85,126); }
td.TdClassName
{
border-color: #B5557E;
}
.TagClassName
{
border-color: #B5557E;
}
</style>