Shades of Honey Flower #5A346D
Tints of Honey Flower #5A346D
RGB
CMYK
RGB Variations
Color information
#5A346D (or 0x5A346D) is known color: Honey Flower. HEX triplet: 5A, 34 and 6D. RGB value is (90,52,109). Sum of RGB (Red+Green+Blue) = 90+52+109=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A346D is #A5CB92. Grayscale: #454545. Windows color (decimal): -10865555 or 7156826. OLE color: 7156826.
HSL color Cylindrical-coordinate representation of color #5A346D: hue angle of 280º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A346D is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 52 | 109 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.57 |
| HSL | 280º | 0.35% | 0.32% | - |
| HSV(B) | 280º | 0.52% | 0.43% | - |
| XYZ | 8.2 | 5.73 | 15.14 | - |
| YUV | 69.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 109 | 0.17 | 0.52 | 0 | 0.57 | 280 | 0.35 | 0.32 |
| Hex | 5A | 34 | 6D | 11 | 34 | 0 | 39 | 118 | 23 | 20 |
| Octal | 132 | 64 | 155 | 21 | 64 | 0 | 71 | 430 | 43 | 40 |
| Binary | 1011010 | 110100 | 1101101 | 10001 | 110100 | 0 | 111001 | 100011000 | 100011 | 100000 |
Color Harmonies of #5A346D
Complementary color
Monochromatic Colors of #5A346D
Black with #5A346D
Text Example
Text Example
White with #5A346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A346D; }
p { color: rgb(90,52,109); }
H1.HeaderClassName
{
color: #5A346D;
}
.AnyTagClassName
{
color: #5A346D;
}
</style>
background-color css
<style>
a { background-color: #5A346D; }
a { background-color: rgb(90,52,109); }
div.DivClassName
{
background-color: #5A346D;
}
.BgClassName
{
background-color: #5A346D;
}
</style>
border-color css
<style>
span { border-color: #5A346D; }
span { border-color: rgb(90,52,109); }
td.TdClassName
{
border-color: #5A346D;
}
.TagClassName
{
border-color: #5A346D;
}
</style>