Shades of Honey Flower #5A4661
Tints of Honey Flower #5A4661
RGB
CMYK
RGB Variations
Color information
#5A4661 (or 0x5A4661) is known color: Honey Flower. HEX triplet: 5A, 46 and 61. RGB value is (90,70,97). Sum of RGB (Red+Green+Blue) = 90+70+97=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A4661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4661 is #A5B99E. Grayscale: #4E4E4E. Windows color (decimal): -10860959 or 6375002. OLE color: 6375002.
HSL color Cylindrical-coordinate representation of color #5A4661: hue angle of 284.44º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4661 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 70 | 97 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.62 |
| HSL | 284.44º | 0.16% | 0.33% | - |
| HSV(B) | 284.44º | 0.28% | 0.38% | - |
| XYZ | 8.56 | 7.42 | 12.29 | - |
| YUV | 79.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 97 | 0.07 | 0.28 | 0 | 0.62 | 284.44 | 0.16 | 0.33 |
| Hex | 5A | 46 | 61 | 7 | 1C | 0 | 3E | 11C | 10 | 21 |
| Octal | 132 | 106 | 141 | 7 | 34 | 0 | 76 | 434 | 20 | 41 |
| Binary | 1011010 | 1000110 | 1100001 | 111 | 11100 | 0 | 111110 | 100011100 | 10000 | 100001 |
Color Harmonies of #5A4661
Complementary color
Monochromatic Colors of #5A4661
Black with #5A4661
Text Example
Text Example
White with #5A4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4661; }
p { color: rgb(90,70,97); }
H1.HeaderClassName
{
color: #5A4661;
}
.AnyTagClassName
{
color: #5A4661;
}
</style>
background-color css
<style>
a { background-color: #5A4661; }
a { background-color: rgb(90,70,97); }
div.DivClassName
{
background-color: #5A4661;
}
.BgClassName
{
background-color: #5A4661;
}
</style>
border-color css
<style>
span { border-color: #5A4661; }
span { border-color: rgb(90,70,97); }
td.TdClassName
{
border-color: #5A4661;
}
.TagClassName
{
border-color: #5A4661;
}
</style>