Shades of Honey Flower #5A4763
Tints of Honey Flower #5A4763
RGB
CMYK
RGB Variations
Color information
#5A4763 (or 0x5A4763) is known color: Honey Flower. HEX triplet: 5A, 47 and 63. RGB value is (90,71,99). Sum of RGB (Red+Green+Blue) = 90+71+99=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A4763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4763 is #A5B89C. Grayscale: #4F4F4F. Windows color (decimal): -10860701 or 6506330. OLE color: 6506330.
HSL color Cylindrical-coordinate representation of color #5A4763: hue angle of 280.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4763 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 71 | 99 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.61 |
| HSL | 280.71º | 0.16% | 0.33% | - |
| HSV(B) | 280.71º | 0.28% | 0.39% | - |
| XYZ | 8.72 | 7.58 | 12.81 | - |
| YUV | 79.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 99 | 0.09 | 0.28 | 0 | 0.61 | 280.71 | 0.16 | 0.33 |
| Hex | 5A | 47 | 63 | 9 | 1C | 0 | 3D | 119 | 10 | 21 |
| Octal | 132 | 107 | 143 | 11 | 34 | 0 | 75 | 431 | 20 | 41 |
| Binary | 1011010 | 1000111 | 1100011 | 1001 | 11100 | 0 | 111101 | 100011001 | 10000 | 100001 |
Color Harmonies of #5A4763
Complementary color
Monochromatic Colors of #5A4763
Black with #5A4763
Text Example
Text Example
White with #5A4763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4763; }
p { color: rgb(90,71,99); }
H1.HeaderClassName
{
color: #5A4763;
}
.AnyTagClassName
{
color: #5A4763;
}
</style>
background-color css
<style>
a { background-color: #5A4763; }
a { background-color: rgb(90,71,99); }
div.DivClassName
{
background-color: #5A4763;
}
.BgClassName
{
background-color: #5A4763;
}
</style>
border-color css
<style>
span { border-color: #5A4763; }
span { border-color: rgb(90,71,99); }
td.TdClassName
{
border-color: #5A4763;
}
.TagClassName
{
border-color: #5A4763;
}
</style>