Shades of Honey Flower #5A346A
Tints of Honey Flower #5A346A
RGB
CMYK
RGB Variations
Color information
#5A346A (or 0x5A346A) is known color: Honey Flower. HEX triplet: 5A, 34 and 6A. RGB value is (90,52,106). Sum of RGB (Red+Green+Blue) = 90+52+106=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A346A is #A5CB95. Grayscale: #454545. Windows color (decimal): -10865558 or 6960218. OLE color: 6960218.
HSL color Cylindrical-coordinate representation of color #5A346A: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A346A is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 52 | 106 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.58 |
| HSL | 282.22º | 0.34% | 0.31% | - |
| HSV(B) | 282.22º | 0.51% | 0.42% | - |
| XYZ | 8.05 | 5.67 | 14.31 | - |
| YUV | 69.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 106 | 0.15 | 0.51 | 0 | 0.58 | 282.22 | 0.34 | 0.31 |
| Hex | 5A | 34 | 6A | F | 33 | 0 | 3A | 11A | 22 | 1F |
| Octal | 132 | 64 | 152 | 17 | 63 | 0 | 72 | 432 | 42 | 37 |
| Binary | 1011010 | 110100 | 1101010 | 1111 | 110011 | 0 | 111010 | 100011010 | 100010 | 11111 |
Color Harmonies of #5A346A
Complementary color
Monochromatic Colors of #5A346A
Black with #5A346A
Text Example
Text Example
White with #5A346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A346A; }
p { color: rgb(90,52,106); }
H1.HeaderClassName
{
color: #5A346A;
}
.AnyTagClassName
{
color: #5A346A;
}
</style>
background-color css
<style>
a { background-color: #5A346A; }
a { background-color: rgb(90,52,106); }
div.DivClassName
{
background-color: #5A346A;
}
.BgClassName
{
background-color: #5A346A;
}
</style>
border-color css
<style>
span { border-color: #5A346A; }
span { border-color: rgb(90,52,106); }
td.TdClassName
{
border-color: #5A346A;
}
.TagClassName
{
border-color: #5A346A;
}
</style>