Shades of Honey Flower #5A4771
Tints of Honey Flower #5A4771
RGB
CMYK
RGB Variations
Color information
#5A4771 (or 0x5A4771) is known color: Honey Flower. HEX triplet: 5A, 47 and 71. RGB value is (90,71,113). Sum of RGB (Red+Green+Blue) = 90+71+113=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A4771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4771 is #A5B88E. Grayscale: #515151. Windows color (decimal): -10860687 or 7423834. OLE color: 7423834.
HSL color Cylindrical-coordinate representation of color #5A4771: hue angle of 267.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A4771 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 71 | 113 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.56 |
| HSL | 267.14º | 0.23% | 0.36% | - |
| HSV(B) | 267.14º | 0.37% | 0.44% | - |
| XYZ | 9.45 | 7.87 | 16.64 | - |
| YUV | 81.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 113 | 0.20 | 0.37 | 0 | 0.56 | 267.14 | 0.23 | 0.36 |
| Hex | 5A | 47 | 71 | 14 | 25 | 0 | 38 | 10B | 17 | 24 |
| Octal | 132 | 107 | 161 | 24 | 45 | 0 | 70 | 413 | 27 | 44 |
| Binary | 1011010 | 1000111 | 1110001 | 10100 | 100101 | 0 | 111000 | 100001011 | 10111 | 100100 |
Color Harmonies of #5A4771
Complementary color
Monochromatic Colors of #5A4771
Black with #5A4771
Text Example
Text Example
White with #5A4771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4771; }
p { color: rgb(90,71,113); }
H1.HeaderClassName
{
color: #5A4771;
}
.AnyTagClassName
{
color: #5A4771;
}
</style>
background-color css
<style>
a { background-color: #5A4771; }
a { background-color: rgb(90,71,113); }
div.DivClassName
{
background-color: #5A4771;
}
.BgClassName
{
background-color: #5A4771;
}
</style>
border-color css
<style>
span { border-color: #5A4771; }
span { border-color: rgb(90,71,113); }
td.TdClassName
{
border-color: #5A4771;
}
.TagClassName
{
border-color: #5A4771;
}
</style>