Shades of Honey Flower #5F3671
Tints of Honey Flower #5F3671
RGB
CMYK
RGB Variations
Color information
#5F3671 (or 0x5F3671) is known color: Honey Flower. HEX triplet: 5F, 36 and 71. RGB value is (95,54,113). Sum of RGB (Red+Green+Blue) = 95+54+113=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F3671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3671 is #A0C98E. Grayscale: #484848. Windows color (decimal): -10537359 or 7419487. OLE color: 7419487.
HSL color Cylindrical-coordinate representation of color #5F3671: hue angle of 281.69º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F3671 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 54 | 113 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.56 |
| HSL | 281.69º | 0.35% | 0.33% | - |
| HSV(B) | 281.69º | 0.52% | 0.44% | - |
| XYZ | 9.02 | 6.26 | 16.36 | - |
| YUV | 72.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 113 | 0.16 | 0.52 | 0 | 0.56 | 281.69 | 0.35 | 0.33 |
| Hex | 5F | 36 | 71 | 10 | 34 | 0 | 38 | 11A | 23 | 21 |
| Octal | 137 | 66 | 161 | 20 | 64 | 0 | 70 | 432 | 43 | 41 |
| Binary | 1011111 | 110110 | 1110001 | 10000 | 110100 | 0 | 111000 | 100011010 | 100011 | 100001 |
Color Harmonies of #5F3671
Complementary color
Monochromatic Colors of #5F3671
Black with #5F3671
Text Example
Text Example
White with #5F3671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3671; }
p { color: rgb(95,54,113); }
H1.HeaderClassName
{
color: #5F3671;
}
.AnyTagClassName
{
color: #5F3671;
}
</style>
background-color css
<style>
a { background-color: #5F3671; }
a { background-color: rgb(95,54,113); }
div.DivClassName
{
background-color: #5F3671;
}
.BgClassName
{
background-color: #5F3671;
}
</style>
border-color css
<style>
span { border-color: #5F3671; }
span { border-color: rgb(95,54,113); }
td.TdClassName
{
border-color: #5F3671;
}
.TagClassName
{
border-color: #5F3671;
}
</style>