Shades of Honey Flower #5F3471
Tints of Honey Flower #5F3471
RGB
CMYK
RGB Variations
Color information
#5F3471 (or 0x5F3471) is known color: Honey Flower. HEX triplet: 5F, 34 and 71. RGB value is (95,52,113). Sum of RGB (Red+Green+Blue) = 95+52+113=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F3471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3471 is #A0CB8E. Grayscale: #474747. Windows color (decimal): -10537871 or 7418975. OLE color: 7418975.
HSL color Cylindrical-coordinate representation of color #5F3471: hue angle of 282.3º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F3471 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 52 | 113 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.56 |
| HSL | 282.3º | 0.37% | 0.32% | - |
| HSV(B) | 282.3º | 0.54% | 0.44% | - |
| XYZ | 8.93 | 6.08 | 16.33 | - |
| YUV | 71.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 113 | 0.16 | 0.54 | 0 | 0.56 | 282.3 | 0.37 | 0.32 |
| Hex | 5F | 34 | 71 | 10 | 36 | 0 | 38 | 11A | 25 | 20 |
| Octal | 137 | 64 | 161 | 20 | 66 | 0 | 70 | 432 | 45 | 40 |
| Binary | 1011111 | 110100 | 1110001 | 10000 | 110110 | 0 | 111000 | 100011010 | 100101 | 100000 |
Color Harmonies of #5F3471
Complementary color
Monochromatic Colors of #5F3471
Black with #5F3471
Text Example
Text Example
White with #5F3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3471; }
p { color: rgb(95,52,113); }
H1.HeaderClassName
{
color: #5F3471;
}
.AnyTagClassName
{
color: #5F3471;
}
</style>
background-color css
<style>
a { background-color: #5F3471; }
a { background-color: rgb(95,52,113); }
div.DivClassName
{
background-color: #5F3471;
}
.BgClassName
{
background-color: #5F3471;
}
</style>
border-color css
<style>
span { border-color: #5F3471; }
span { border-color: rgb(95,52,113); }
td.TdClassName
{
border-color: #5F3471;
}
.TagClassName
{
border-color: #5F3471;
}
</style>