Shades of Honey Flower #5A3770
Tints of Honey Flower #5A3770
RGB
CMYK
RGB Variations
Color information
#5A3770 (or 0x5A3770) is known color: Honey Flower. HEX triplet: 5A, 37 and 70. RGB value is (90,55,112). Sum of RGB (Red+Green+Blue) = 90+55+112=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A3770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3770 is #A5C88F. Grayscale: #474747. Windows color (decimal): -10864784 or 7354202. OLE color: 7354202.
HSL color Cylindrical-coordinate representation of color #5A3770: hue angle of 276.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A3770 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 55 | 112 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.56 |
| HSL | 276.84º | 0.34% | 0.33% | - |
| HSV(B) | 276.84º | 0.51% | 0.44% | - |
| XYZ | 8.51 | 6.08 | 16.05 | - |
| YUV | 71.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 112 | 0.20 | 0.51 | 0 | 0.56 | 276.84 | 0.34 | 0.33 |
| Hex | 5A | 37 | 70 | 14 | 33 | 0 | 38 | 115 | 22 | 21 |
| Octal | 132 | 67 | 160 | 24 | 63 | 0 | 70 | 425 | 42 | 41 |
| Binary | 1011010 | 110111 | 1110000 | 10100 | 110011 | 0 | 111000 | 100010101 | 100010 | 100001 |
Color Harmonies of #5A3770
Complementary color
Monochromatic Colors of #5A3770
Black with #5A3770
Text Example
Text Example
White with #5A3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3770; }
p { color: rgb(90,55,112); }
H1.HeaderClassName
{
color: #5A3770;
}
.AnyTagClassName
{
color: #5A3770;
}
</style>
background-color css
<style>
a { background-color: #5A3770; }
a { background-color: rgb(90,55,112); }
div.DivClassName
{
background-color: #5A3770;
}
.BgClassName
{
background-color: #5A3770;
}
</style>
border-color css
<style>
span { border-color: #5A3770; }
span { border-color: rgb(90,55,112); }
td.TdClassName
{
border-color: #5A3770;
}
.TagClassName
{
border-color: #5A3770;
}
</style>