Shades of Honey Flower #5A4968
Tints of Honey Flower #5A4968
RGB
CMYK
RGB Variations
Color information
#5A4968 (or 0x5A4968) is known color: Honey Flower. HEX triplet: 5A, 49 and 68. RGB value is (90,73,104). Sum of RGB (Red+Green+Blue) = 90+73+104=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A4968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4968 is #A5B697. Grayscale: #515151. Windows color (decimal): -10860184 or 6834522. OLE color: 6834522.
HSL color Cylindrical-coordinate representation of color #5A4968: hue angle of 272.9º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A4968 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 73 | 104 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.59 |
| HSL | 272.9º | 0.18% | 0.35% | - |
| HSV(B) | 272.9º | 0.3% | 0.41% | - |
| XYZ | 9.1 | 7.94 | 14.15 | - |
| YUV | 81.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 104 | 0.13 | 0.30 | 0 | 0.59 | 272.9 | 0.18 | 0.35 |
| Hex | 5A | 49 | 68 | D | 1E | 0 | 3B | 111 | 12 | 23 |
| Octal | 132 | 111 | 150 | 15 | 36 | 0 | 73 | 421 | 22 | 43 |
| Binary | 1011010 | 1001001 | 1101000 | 1101 | 11110 | 0 | 111011 | 100010001 | 10010 | 100011 |
Color Harmonies of #5A4968
Complementary color
Monochromatic Colors of #5A4968
Black with #5A4968
Text Example
Text Example
White with #5A4968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4968; }
p { color: rgb(90,73,104); }
H1.HeaderClassName
{
color: #5A4968;
}
.AnyTagClassName
{
color: #5A4968;
}
</style>
background-color css
<style>
a { background-color: #5A4968; }
a { background-color: rgb(90,73,104); }
div.DivClassName
{
background-color: #5A4968;
}
.BgClassName
{
background-color: #5A4968;
}
</style>
border-color css
<style>
span { border-color: #5A4968; }
span { border-color: rgb(90,73,104); }
td.TdClassName
{
border-color: #5A4968;
}
.TagClassName
{
border-color: #5A4968;
}
</style>