Shades of Honey Flower #5A4761
Tints of Honey Flower #5A4761
RGB
CMYK
RGB Variations
Color information
#5A4761 (or 0x5A4761) is known color: Honey Flower. HEX triplet: 5A, 47 and 61. RGB value is (90,71,97). Sum of RGB (Red+Green+Blue) = 90+71+97=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A4761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4761 is #A5B89E. Grayscale: #4F4F4F. Windows color (decimal): -10860703 or 6375258. OLE color: 6375258.
HSL color Cylindrical-coordinate representation of color #5A4761: hue angle of 283.85º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A4761 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 71 | 97 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.62 |
| HSL | 283.85º | 0.15% | 0.33% | - |
| HSV(B) | 283.85º | 0.27% | 0.38% | - |
| XYZ | 8.63 | 7.54 | 12.31 | - |
| YUV | 79.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 97 | 0.07 | 0.27 | 0 | 0.62 | 283.85 | 0.15 | 0.33 |
| Hex | 5A | 47 | 61 | 7 | 1B | 0 | 3E | 11C | F | 21 |
| Octal | 132 | 107 | 141 | 7 | 33 | 0 | 76 | 434 | 17 | 41 |
| Binary | 1011010 | 1000111 | 1100001 | 111 | 11011 | 0 | 111110 | 100011100 | 1111 | 100001 |
Color Harmonies of #5A4761
Complementary color
Monochromatic Colors of #5A4761
Black with #5A4761
Text Example
Text Example
White with #5A4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4761; }
p { color: rgb(90,71,97); }
H1.HeaderClassName
{
color: #5A4761;
}
.AnyTagClassName
{
color: #5A4761;
}
</style>
background-color css
<style>
a { background-color: #5A4761; }
a { background-color: rgb(90,71,97); }
div.DivClassName
{
background-color: #5A4761;
}
.BgClassName
{
background-color: #5A4761;
}
</style>
border-color css
<style>
span { border-color: #5A4761; }
span { border-color: rgb(90,71,97); }
td.TdClassName
{
border-color: #5A4761;
}
.TagClassName
{
border-color: #5A4761;
}
</style>