Shades of Honey Flower #5A2B73
Tints of Honey Flower #5A2B73
RGB
CMYK
RGB Variations
Color information
#5A2B73 (or 0x5A2B73) is known color: Honey Flower. HEX triplet: 5A, 2B and 73. RGB value is (90,43,115). Sum of RGB (Red+Green+Blue) = 90+43+115=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A2B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2B73 is #A5D48C. Grayscale: #414141. Windows color (decimal): -10867853 or 7547738. OLE color: 7547738.
HSL color Cylindrical-coordinate representation of color #5A2B73: hue angle of 279.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2B73 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 43 | 115 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.55 |
| HSL | 279.17º | 0.46% | 0.31% | - |
| HSV(B) | 279.17º | 0.63% | 0.45% | - |
| XYZ | 8.17 | 5.14 | 16.78 | - |
| YUV | 65.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 115 | 0.22 | 0.63 | 0 | 0.55 | 279.17 | 0.46 | 0.31 |
| Hex | 5A | 2B | 73 | 16 | 3F | 0 | 37 | 117 | 2E | 1F |
| Octal | 132 | 53 | 163 | 26 | 77 | 0 | 67 | 427 | 56 | 37 |
| Binary | 1011010 | 101011 | 1110011 | 10110 | 111111 | 0 | 110111 | 100010111 | 101110 | 11111 |
Color Harmonies of #5A2B73
Complementary color
Monochromatic Colors of #5A2B73
Black with #5A2B73
Text Example
Text Example
White with #5A2B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B73; }
p { color: rgb(90,43,115); }
H1.HeaderClassName
{
color: #5A2B73;
}
.AnyTagClassName
{
color: #5A2B73;
}
</style>
background-color css
<style>
a { background-color: #5A2B73; }
a { background-color: rgb(90,43,115); }
div.DivClassName
{
background-color: #5A2B73;
}
.BgClassName
{
background-color: #5A2B73;
}
</style>
border-color css
<style>
span { border-color: #5A2B73; }
span { border-color: rgb(90,43,115); }
td.TdClassName
{
border-color: #5A2B73;
}
.TagClassName
{
border-color: #5A2B73;
}
</style>