Shades of Honey Flower #5F4974
Tints of Honey Flower #5F4974
RGB
CMYK
RGB Variations
Color information
#5F4974 (or 0x5F4974) is known color: Honey Flower. HEX triplet: 5F, 49 and 74. RGB value is (95,73,116). Sum of RGB (Red+Green+Blue) = 95+73+116=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F4974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4974 is #A0B68B. Grayscale: #545454. Windows color (decimal): -10532492 or 7620959. OLE color: 7620959.
HSL color Cylindrical-coordinate representation of color #5F4974: hue angle of 270.7º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F4974 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 73 | 116 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.55 |
| HSL | 270.7º | 0.23% | 0.37% | - |
| HSV(B) | 270.7º | 0.37% | 0.45% | - |
| XYZ | 10.25 | 8.46 | 17.62 | - |
| YUV | 84.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 116 | 0.18 | 0.37 | 0 | 0.55 | 270.7 | 0.23 | 0.37 |
| Hex | 5F | 49 | 74 | 12 | 25 | 0 | 37 | 10F | 17 | 25 |
| Octal | 137 | 111 | 164 | 22 | 45 | 0 | 67 | 417 | 27 | 45 |
| Binary | 1011111 | 1001001 | 1110100 | 10010 | 100101 | 0 | 110111 | 100001111 | 10111 | 100101 |
Color Harmonies of #5F4974
Complementary color
Monochromatic Colors of #5F4974
Black with #5F4974
Text Example
Text Example
White with #5F4974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4974; }
p { color: rgb(95,73,116); }
H1.HeaderClassName
{
color: #5F4974;
}
.AnyTagClassName
{
color: #5F4974;
}
</style>
background-color css
<style>
a { background-color: #5F4974; }
a { background-color: rgb(95,73,116); }
div.DivClassName
{
background-color: #5F4974;
}
.BgClassName
{
background-color: #5F4974;
}
</style>
border-color css
<style>
span { border-color: #5F4974; }
span { border-color: rgb(95,73,116); }
td.TdClassName
{
border-color: #5F4974;
}
.TagClassName
{
border-color: #5F4974;
}
</style>