Shades of Honey Flower #5A3073
Tints of Honey Flower #5A3073
RGB
CMYK
RGB Variations
Color information
#5A3073 (or 0x5A3073) is known color: Honey Flower. HEX triplet: 5A, 30 and 73. RGB value is (90,48,115). Sum of RGB (Red+Green+Blue) = 90+48+115=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A3073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3073 is #A5CF8C. Grayscale: #434343. Windows color (decimal): -10866573 or 7549018. OLE color: 7549018.
HSL color Cylindrical-coordinate representation of color #5A3073: hue angle of 277.61º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A3073 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 48 | 115 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.55 |
| HSL | 277.61º | 0.41% | 0.32% | - |
| HSV(B) | 277.61º | 0.58% | 0.45% | - |
| XYZ | 8.37 | 5.53 | 16.85 | - |
| YUV | 68.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 115 | 0.22 | 0.58 | 0 | 0.55 | 277.61 | 0.41 | 0.32 |
| Hex | 5A | 30 | 73 | 16 | 3A | 0 | 37 | 116 | 29 | 20 |
| Octal | 132 | 60 | 163 | 26 | 72 | 0 | 67 | 426 | 51 | 40 |
| Binary | 1011010 | 110000 | 1110011 | 10110 | 111010 | 0 | 110111 | 100010110 | 101001 | 100000 |
Color Harmonies of #5A3073
Complementary color
Monochromatic Colors of #5A3073
Black with #5A3073
Text Example
Text Example
White with #5A3073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3073; }
p { color: rgb(90,48,115); }
H1.HeaderClassName
{
color: #5A3073;
}
.AnyTagClassName
{
color: #5A3073;
}
</style>
background-color css
<style>
a { background-color: #5A3073; }
a { background-color: rgb(90,48,115); }
div.DivClassName
{
background-color: #5A3073;
}
.BgClassName
{
background-color: #5A3073;
}
</style>
border-color css
<style>
span { border-color: #5A3073; }
span { border-color: rgb(90,48,115); }
td.TdClassName
{
border-color: #5A3073;
}
.TagClassName
{
border-color: #5A3073;
}
</style>