Shades of Royal Heath #B5577A
Tints of Royal Heath #B5577A
RGB
CMYK
RGB Variations
Color information
#B5577A (or 0xB5577A) is known color: Royal Heath. HEX triplet: B5, 57 and 7A. RGB value is (181,87,122). Sum of RGB (Red+Green+Blue) = 181+87+122=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5577A is #4AA885. Grayscale: #777777. Windows color (decimal): -4892806 or 8017845. OLE color: 8017845.
HSL color Cylindrical-coordinate representation of color #B5577A: hue angle of 337.66º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5577A is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 122 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.29 |
| HSL | 337.66º | 0.39% | 0.53% | - |
| HSV(B) | 337.66º | 0.52% | 0.71% | - |
| XYZ | 25.98 | 18.05 | 20.53 | - |
| YUV | 119.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 122 | 0 | 0.52 | 0.33 | 0.29 | 337.66 | 0.39 | 0.53 |
| Hex | B5 | 57 | 7A | 0 | 34 | 21 | 1D | 152 | 27 | 35 |
| Octal | 265 | 127 | 172 | 0 | 64 | 41 | 35 | 522 | 47 | 65 |
| Binary | 10110101 | 1010111 | 1111010 | 0 | 110100 | 100001 | 11101 | 101010010 | 100111 | 110101 |
Color Harmonies of #B5577A
Complementary color
Monochromatic Colors of #B5577A
Black with #B5577A
Text Example
Text Example
White with #B5577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5577A; }
p { color: rgb(181,87,122); }
H1.HeaderClassName
{
color: #B5577A;
}
.AnyTagClassName
{
color: #B5577A;
}
</style>
background-color css
<style>
a { background-color: #B5577A; }
a { background-color: rgb(181,87,122); }
div.DivClassName
{
background-color: #B5577A;
}
.BgClassName
{
background-color: #B5577A;
}
</style>
border-color css
<style>
span { border-color: #B5577A; }
span { border-color: rgb(181,87,122); }
td.TdClassName
{
border-color: #B5577A;
}
.TagClassName
{
border-color: #B5577A;
}
</style>