Shades of Honey Flower #5A4462
Tints of Honey Flower #5A4462
RGB
CMYK
RGB Variations
Color information
#5A4462 (or 0x5A4462) is known color: Honey Flower. HEX triplet: 5A, 44 and 62. RGB value is (90,68,98). Sum of RGB (Red+Green+Blue) = 90+68+98=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A4462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4462 is #A5BB9D. Grayscale: #4D4D4D. Windows color (decimal): -10861470 or 6440026. OLE color: 6440026.
HSL color Cylindrical-coordinate representation of color #5A4462: hue angle of 284º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A4462 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 68 | 98 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.62 |
| HSL | 284º | 0.18% | 0.33% | - |
| HSV(B) | 284º | 0.31% | 0.38% | - |
| XYZ | 8.49 | 7.19 | 12.5 | - |
| YUV | 78 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 98 | 0.08 | 0.31 | 0 | 0.62 | 284 | 0.18 | 0.33 |
| Hex | 5A | 44 | 62 | 8 | 1F | 0 | 3E | 11C | 12 | 21 |
| Octal | 132 | 104 | 142 | 10 | 37 | 0 | 76 | 434 | 22 | 41 |
| Binary | 1011010 | 1000100 | 1100010 | 1000 | 11111 | 0 | 111110 | 100011100 | 10010 | 100001 |
Color Harmonies of #5A4462
Complementary color
Monochromatic Colors of #5A4462
Black with #5A4462
Text Example
Text Example
White with #5A4462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4462; }
p { color: rgb(90,68,98); }
H1.HeaderClassName
{
color: #5A4462;
}
.AnyTagClassName
{
color: #5A4462;
}
</style>
background-color css
<style>
a { background-color: #5A4462; }
a { background-color: rgb(90,68,98); }
div.DivClassName
{
background-color: #5A4462;
}
.BgClassName
{
background-color: #5A4462;
}
</style>
border-color css
<style>
span { border-color: #5A4462; }
span { border-color: rgb(90,68,98); }
td.TdClassName
{
border-color: #5A4462;
}
.TagClassName
{
border-color: #5A4462;
}
</style>