Shades of Honey Flower #5A1E73
Tints of Honey Flower #5A1E73
RGB
CMYK
RGB Variations
Color information
#5A1E73 (or 0x5A1E73) is known color: Honey Flower. HEX triplet: 5A, 1E and 73. RGB value is (90,30,115). Sum of RGB (Red+Green+Blue) = 90+30+115=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A1E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E73 is #A5E18C. Grayscale: #393939. Windows color (decimal): -10871181 or 7544410. OLE color: 7544410.
HSL color Cylindrical-coordinate representation of color #5A1E73: hue angle of 282.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A1E73 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 30 | 115 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.55 |
| HSL | 282.35º | 0.59% | 0.28% | - |
| HSV(B) | 282.35º | 0.74% | 0.45% | - |
| XYZ | 7.78 | 4.34 | 16.65 | - |
| YUV | 57.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 115 | 0.22 | 0.74 | 0 | 0.55 | 282.35 | 0.59 | 0.28 |
| Hex | 5A | 1E | 73 | 16 | 4A | 0 | 37 | 11A | 3B | 1C |
| Octal | 132 | 36 | 163 | 26 | 112 | 0 | 67 | 432 | 73 | 34 |
| Binary | 1011010 | 11110 | 1110011 | 10110 | 1001010 | 0 | 110111 | 100011010 | 111011 | 11100 |
Color Harmonies of #5A1E73
Complementary color
Monochromatic Colors of #5A1E73
Black with #5A1E73
Text Example
Text Example
White with #5A1E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E73; }
p { color: rgb(90,30,115); }
H1.HeaderClassName
{
color: #5A1E73;
}
.AnyTagClassName
{
color: #5A1E73;
}
</style>
background-color css
<style>
a { background-color: #5A1E73; }
a { background-color: rgb(90,30,115); }
div.DivClassName
{
background-color: #5A1E73;
}
.BgClassName
{
background-color: #5A1E73;
}
</style>
border-color css
<style>
span { border-color: #5A1E73; }
span { border-color: rgb(90,30,115); }
td.TdClassName
{
border-color: #5A1E73;
}
.TagClassName
{
border-color: #5A1E73;
}
</style>