Shades of Honey Flower #5A4565
Tints of Honey Flower #5A4565
RGB
CMYK
RGB Variations
Color information
#5A4565 (or 0x5A4565) is known color: Honey Flower. HEX triplet: 5A, 45 and 65. RGB value is (90,69,101). Sum of RGB (Red+Green+Blue) = 90+69+101=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4565 is #A5BA9A. Grayscale: #4E4E4E. Windows color (decimal): -10861211 or 6636890. OLE color: 6636890.
HSL color Cylindrical-coordinate representation of color #5A4565: hue angle of 279.38º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A4565 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 69 | 101 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.60 |
| HSL | 279.38º | 0.19% | 0.33% | - |
| HSV(B) | 279.38º | 0.32% | 0.4% | - |
| XYZ | 8.69 | 7.37 | 13.28 | - |
| YUV | 78.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 101 | 0.11 | 0.32 | 0 | 0.60 | 279.38 | 0.19 | 0.33 |
| Hex | 5A | 45 | 65 | B | 20 | 0 | 3C | 117 | 13 | 21 |
| Octal | 132 | 105 | 145 | 13 | 40 | 0 | 74 | 427 | 23 | 41 |
| Binary | 1011010 | 1000101 | 1100101 | 1011 | 100000 | 0 | 111100 | 100010111 | 10011 | 100001 |
Color Harmonies of #5A4565
Complementary color
Monochromatic Colors of #5A4565
Black with #5A4565
Text Example
Text Example
White with #5A4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4565; }
p { color: rgb(90,69,101); }
H1.HeaderClassName
{
color: #5A4565;
}
.AnyTagClassName
{
color: #5A4565;
}
</style>
background-color css
<style>
a { background-color: #5A4565; }
a { background-color: rgb(90,69,101); }
div.DivClassName
{
background-color: #5A4565;
}
.BgClassName
{
background-color: #5A4565;
}
</style>
border-color css
<style>
span { border-color: #5A4565; }
span { border-color: rgb(90,69,101); }
td.TdClassName
{
border-color: #5A4565;
}
.TagClassName
{
border-color: #5A4565;
}
</style>