Shades of Honey Flower #5A4472
Tints of Honey Flower #5A4472
RGB
CMYK
RGB Variations
Color information
#5A4472 (or 0x5A4472) is known color: Honey Flower. HEX triplet: 5A, 44 and 72. RGB value is (90,68,114). Sum of RGB (Red+Green+Blue) = 90+68+114=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4472 is #A5BB8D. Grayscale: #4F4F4F. Windows color (decimal): -10861454 or 7488602. OLE color: 7488602.
HSL color Cylindrical-coordinate representation of color #5A4472: hue angle of 268.7º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A4472 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 68 | 114 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.55 |
| HSL | 268.7º | 0.25% | 0.36% | - |
| HSV(B) | 268.7º | 0.4% | 0.45% | - |
| XYZ | 9.32 | 7.52 | 16.88 | - |
| YUV | 79.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 114 | 0.21 | 0.40 | 0 | 0.55 | 268.7 | 0.25 | 0.36 |
| Hex | 5A | 44 | 72 | 15 | 28 | 0 | 37 | 10D | 19 | 24 |
| Octal | 132 | 104 | 162 | 25 | 50 | 0 | 67 | 415 | 31 | 44 |
| Binary | 1011010 | 1000100 | 1110010 | 10101 | 101000 | 0 | 110111 | 100001101 | 11001 | 100100 |
Color Harmonies of #5A4472
Complementary color
Monochromatic Colors of #5A4472
Black with #5A4472
Text Example
Text Example
White with #5A4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4472; }
p { color: rgb(90,68,114); }
H1.HeaderClassName
{
color: #5A4472;
}
.AnyTagClassName
{
color: #5A4472;
}
</style>
background-color css
<style>
a { background-color: #5A4472; }
a { background-color: rgb(90,68,114); }
div.DivClassName
{
background-color: #5A4472;
}
.BgClassName
{
background-color: #5A4472;
}
</style>
border-color css
<style>
span { border-color: #5A4472; }
span { border-color: rgb(90,68,114); }
td.TdClassName
{
border-color: #5A4472;
}
.TagClassName
{
border-color: #5A4472;
}
</style>