Shades of Honey Flower #5A4467
Tints of Honey Flower #5A4467
RGB
CMYK
RGB Variations
Color information
#5A4467 (or 0x5A4467) is known color: Honey Flower. HEX triplet: 5A, 44 and 67. RGB value is (90,68,103). Sum of RGB (Red+Green+Blue) = 90+68+103=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A4467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4467 is #A5BB98. Grayscale: #4E4E4E. Windows color (decimal): -10861465 or 6767706. OLE color: 6767706.
HSL color Cylindrical-coordinate representation of color #5A4467: hue angle of 277.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A4467 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 68 | 103 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.60 |
| HSL | 277.71º | 0.2% | 0.34% | - |
| HSV(B) | 277.71º | 0.34% | 0.4% | - |
| XYZ | 8.73 | 7.29 | 13.78 | - |
| YUV | 78.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 103 | 0.13 | 0.34 | 0 | 0.60 | 277.71 | 0.2 | 0.34 |
| Hex | 5A | 44 | 67 | D | 22 | 0 | 3C | 116 | 14 | 22 |
| Octal | 132 | 104 | 147 | 15 | 42 | 0 | 74 | 426 | 24 | 42 |
| Binary | 1011010 | 1000100 | 1100111 | 1101 | 100010 | 0 | 111100 | 100010110 | 10100 | 100010 |
Color Harmonies of #5A4467
Complementary color
Monochromatic Colors of #5A4467
Black with #5A4467
Text Example
Text Example
White with #5A4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4467; }
p { color: rgb(90,68,103); }
H1.HeaderClassName
{
color: #5A4467;
}
.AnyTagClassName
{
color: #5A4467;
}
</style>
background-color css
<style>
a { background-color: #5A4467; }
a { background-color: rgb(90,68,103); }
div.DivClassName
{
background-color: #5A4467;
}
.BgClassName
{
background-color: #5A4467;
}
</style>
border-color css
<style>
span { border-color: #5A4467; }
span { border-color: rgb(90,68,103); }
td.TdClassName
{
border-color: #5A4467;
}
.TagClassName
{
border-color: #5A4467;
}
</style>