Shades of Honey Flower #5F3B79
Tints of Honey Flower #5F3B79
RGB
CMYK
RGB Variations
Color information
#5F3B79 (or 0x5F3B79) is known color: Honey Flower. HEX triplet: 5F, 3B and 79. RGB value is (95,59,121). Sum of RGB (Red+Green+Blue) = 95+59+121=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F3B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3B79 is #A0C486. Grayscale: #4C4C4C. Windows color (decimal): -10536071 or 7945055. OLE color: 7945055.
HSL color Cylindrical-coordinate representation of color #5F3B79: hue angle of 274.84º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F3B79 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 59 | 121 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.53 |
| HSL | 274.84º | 0.34% | 0.35% | - |
| HSV(B) | 274.84º | 0.51% | 0.47% | - |
| XYZ | 9.73 | 6.94 | 18.92 | - |
| YUV | 76.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 121 | 0.21 | 0.51 | 0 | 0.53 | 274.84 | 0.34 | 0.35 |
| Hex | 5F | 3B | 79 | 15 | 33 | 0 | 35 | 113 | 22 | 23 |
| Octal | 137 | 73 | 171 | 25 | 63 | 0 | 65 | 423 | 42 | 43 |
| Binary | 1011111 | 111011 | 1111001 | 10101 | 110011 | 0 | 110101 | 100010011 | 100010 | 100011 |
Color Harmonies of #5F3B79
Complementary color
Monochromatic Colors of #5F3B79
Black with #5F3B79
Text Example
Text Example
White with #5F3B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3B79; }
p { color: rgb(95,59,121); }
H1.HeaderClassName
{
color: #5F3B79;
}
.AnyTagClassName
{
color: #5F3B79;
}
</style>
background-color css
<style>
a { background-color: #5F3B79; }
a { background-color: rgb(95,59,121); }
div.DivClassName
{
background-color: #5F3B79;
}
.BgClassName
{
background-color: #5F3B79;
}
</style>
border-color css
<style>
span { border-color: #5F3B79; }
span { border-color: rgb(95,59,121); }
td.TdClassName
{
border-color: #5F3B79;
}
.TagClassName
{
border-color: #5F3B79;
}
</style>