Shades of Honey Flower #5A4072
Tints of Honey Flower #5A4072
RGB
CMYK
RGB Variations
Color information
#5A4072 (or 0x5A4072) is known color: Honey Flower. HEX triplet: 5A, 40 and 72. RGB value is (90,64,114). Sum of RGB (Red+Green+Blue) = 90+64+114=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4072 is #A5BF8D. Grayscale: #4D4D4D. Windows color (decimal): -10862478 or 7487578. OLE color: 7487578.
HSL color Cylindrical-coordinate representation of color #5A4072: hue angle of 271.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A4072 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 64 | 114 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.55 |
| HSL | 271.2º | 0.28% | 0.35% | - |
| HSV(B) | 271.2º | 0.44% | 0.45% | - |
| XYZ | 9.09 | 7.06 | 16.8 | - |
| YUV | 77.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 114 | 0.21 | 0.44 | 0 | 0.55 | 271.2 | 0.28 | 0.35 |
| Hex | 5A | 40 | 72 | 15 | 2C | 0 | 37 | 10F | 1C | 23 |
| Octal | 132 | 100 | 162 | 25 | 54 | 0 | 67 | 417 | 34 | 43 |
| Binary | 1011010 | 1000000 | 1110010 | 10101 | 101100 | 0 | 110111 | 100001111 | 11100 | 100011 |
Color Harmonies of #5A4072
Complementary color
Monochromatic Colors of #5A4072
Black with #5A4072
Text Example
Text Example
White with #5A4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4072; }
p { color: rgb(90,64,114); }
H1.HeaderClassName
{
color: #5A4072;
}
.AnyTagClassName
{
color: #5A4072;
}
</style>
background-color css
<style>
a { background-color: #5A4072; }
a { background-color: rgb(90,64,114); }
div.DivClassName
{
background-color: #5A4072;
}
.BgClassName
{
background-color: #5A4072;
}
</style>
border-color css
<style>
span { border-color: #5A4072; }
span { border-color: rgb(90,64,114); }
td.TdClassName
{
border-color: #5A4072;
}
.TagClassName
{
border-color: #5A4072;
}
</style>