Shades of Honey Flower #5A4562
Tints of Honey Flower #5A4562
RGB
CMYK
RGB Variations
Color information
#5A4562 (or 0x5A4562) is known color: Honey Flower. HEX triplet: 5A, 45 and 62. RGB value is (90,69,98). Sum of RGB (Red+Green+Blue) = 90+69+98=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A4562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4562 is #A5BA9D. Grayscale: #4E4E4E. Windows color (decimal): -10861214 or 6440282. OLE color: 6440282.
HSL color Cylindrical-coordinate representation of color #5A4562: hue angle of 283.45º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A4562 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 69 | 98 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.62 |
| HSL | 283.45º | 0.17% | 0.33% | - |
| HSV(B) | 283.45º | 0.3% | 0.38% | - |
| XYZ | 8.55 | 7.31 | 12.52 | - |
| YUV | 78.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 98 | 0.08 | 0.30 | 0 | 0.62 | 283.45 | 0.17 | 0.33 |
| Hex | 5A | 45 | 62 | 8 | 1E | 0 | 3E | 11B | 11 | 21 |
| Octal | 132 | 105 | 142 | 10 | 36 | 0 | 76 | 433 | 21 | 41 |
| Binary | 1011010 | 1000101 | 1100010 | 1000 | 11110 | 0 | 111110 | 100011011 | 10001 | 100001 |
Color Harmonies of #5A4562
Complementary color
Monochromatic Colors of #5A4562
Black with #5A4562
Text Example
Text Example
White with #5A4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4562; }
p { color: rgb(90,69,98); }
H1.HeaderClassName
{
color: #5A4562;
}
.AnyTagClassName
{
color: #5A4562;
}
</style>
background-color css
<style>
a { background-color: #5A4562; }
a { background-color: rgb(90,69,98); }
div.DivClassName
{
background-color: #5A4562;
}
.BgClassName
{
background-color: #5A4562;
}
</style>
border-color css
<style>
span { border-color: #5A4562; }
span { border-color: rgb(90,69,98); }
td.TdClassName
{
border-color: #5A4562;
}
.TagClassName
{
border-color: #5A4562;
}
</style>