Shades of Royal Heath #B55779
Tints of Royal Heath #B55779
RGB
CMYK
RGB Variations
Color information
#B55779 (or 0xB55779) is known color: Royal Heath. HEX triplet: B5, 57 and 79. RGB value is (181,87,121). Sum of RGB (Red+Green+Blue) = 181+87+121=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B55779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55779 is #4AA886. Grayscale: #767676. Windows color (decimal): -4892807 or 7952309. OLE color: 7952309.
HSL color Cylindrical-coordinate representation of color #B55779: hue angle of 338.3º 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 #B55779 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 121 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.29 |
| HSL | 338.3º | 0.39% | 0.53% | - |
| HSV(B) | 338.3º | 0.52% | 0.71% | - |
| XYZ | 25.92 | 18.02 | 20.2 | - |
| YUV | 118.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 121 | 0 | 0.52 | 0.33 | 0.29 | 338.3 | 0.39 | 0.53 |
| Hex | B5 | 57 | 79 | 0 | 34 | 21 | 1D | 152 | 27 | 35 |
| Octal | 265 | 127 | 171 | 0 | 64 | 41 | 35 | 522 | 47 | 65 |
| Binary | 10110101 | 1010111 | 1111001 | 0 | 110100 | 100001 | 11101 | 101010010 | 100111 | 110101 |
Color Harmonies of #B55779
Complementary color
Monochromatic Colors of #B55779
Black with #B55779
Text Example
Text Example
White with #B55779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55779; }
p { color: rgb(181,87,121); }
H1.HeaderClassName
{
color: #B55779;
}
.AnyTagClassName
{
color: #B55779;
}
</style>
background-color css
<style>
a { background-color: #B55779; }
a { background-color: rgb(181,87,121); }
div.DivClassName
{
background-color: #B55779;
}
.BgClassName
{
background-color: #B55779;
}
</style>
border-color css
<style>
span { border-color: #B55779; }
span { border-color: rgb(181,87,121); }
td.TdClassName
{
border-color: #B55779;
}
.TagClassName
{
border-color: #B55779;
}
</style>