Shades of Honey Flower #5A3773
Tints of Honey Flower #5A3773
RGB
CMYK
RGB Variations
Color information
#5A3773 (or 0x5A3773) is known color: Honey Flower. HEX triplet: 5A, 37 and 73. RGB value is (90,55,115). Sum of RGB (Red+Green+Blue) = 90+55+115=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A3773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3773 is #A5C88C. Grayscale: #484848. Windows color (decimal): -10864781 or 7550810. OLE color: 7550810.
HSL color Cylindrical-coordinate representation of color #5A3773: hue angle of 275º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A3773 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 55 | 115 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.55 |
| HSL | 275º | 0.35% | 0.33% | - |
| HSV(B) | 275º | 0.52% | 0.45% | - |
| XYZ | 8.68 | 6.14 | 16.95 | - |
| YUV | 72.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 115 | 0.22 | 0.52 | 0 | 0.55 | 275 | 0.35 | 0.33 |
| Hex | 5A | 37 | 73 | 16 | 34 | 0 | 37 | 113 | 23 | 21 |
| Octal | 132 | 67 | 163 | 26 | 64 | 0 | 67 | 423 | 43 | 41 |
| Binary | 1011010 | 110111 | 1110011 | 10110 | 110100 | 0 | 110111 | 100010011 | 100011 | 100001 |
Color Harmonies of #5A3773
Complementary color
Monochromatic Colors of #5A3773
Black with #5A3773
Text Example
Text Example
White with #5A3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3773; }
p { color: rgb(90,55,115); }
H1.HeaderClassName
{
color: #5A3773;
}
.AnyTagClassName
{
color: #5A3773;
}
</style>
background-color css
<style>
a { background-color: #5A3773; }
a { background-color: rgb(90,55,115); }
div.DivClassName
{
background-color: #5A3773;
}
.BgClassName
{
background-color: #5A3773;
}
</style>
border-color css
<style>
span { border-color: #5A3773; }
span { border-color: rgb(90,55,115); }
td.TdClassName
{
border-color: #5A3773;
}
.TagClassName
{
border-color: #5A3773;
}
</style>