Shades of Honey Flower #5A406E
Tints of Honey Flower #5A406E
RGB
CMYK
RGB Variations
Color information
#5A406E (or 0x5A406E) is known color: Honey Flower. HEX triplet: 5A, 40 and 6E. RGB value is (90,64,110). Sum of RGB (Red+Green+Blue) = 90+64+110=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A406E is #A5BF91. Grayscale: #4C4C4C. Windows color (decimal): -10862482 or 7225434. OLE color: 7225434.
HSL color Cylindrical-coordinate representation of color #5A406E: hue angle of 273.91º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A406E is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 64 | 110 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.57 |
| HSL | 273.91º | 0.26% | 0.34% | - |
| HSV(B) | 273.91º | 0.42% | 0.43% | - |
| XYZ | 8.86 | 6.97 | 15.63 | - |
| YUV | 77.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 110 | 0.18 | 0.42 | 0 | 0.57 | 273.91 | 0.26 | 0.34 |
| Hex | 5A | 40 | 6E | 12 | 2A | 0 | 39 | 112 | 1A | 22 |
| Octal | 132 | 100 | 156 | 22 | 52 | 0 | 71 | 422 | 32 | 42 |
| Binary | 1011010 | 1000000 | 1101110 | 10010 | 101010 | 0 | 111001 | 100010010 | 11010 | 100010 |
Color Harmonies of #5A406E
Complementary color
Monochromatic Colors of #5A406E
Black with #5A406E
Text Example
Text Example
White with #5A406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A406E; }
p { color: rgb(90,64,110); }
H1.HeaderClassName
{
color: #5A406E;
}
.AnyTagClassName
{
color: #5A406E;
}
</style>
background-color css
<style>
a { background-color: #5A406E; }
a { background-color: rgb(90,64,110); }
div.DivClassName
{
background-color: #5A406E;
}
.BgClassName
{
background-color: #5A406E;
}
</style>
border-color css
<style>
span { border-color: #5A406E; }
span { border-color: rgb(90,64,110); }
td.TdClassName
{
border-color: #5A406E;
}
.TagClassName
{
border-color: #5A406E;
}
</style>