Shades of Honey Flower #5F2D76
Tints of Honey Flower #5F2D76
RGB
CMYK
RGB Variations
Color information
#5F2D76 (or 0x5F2D76) is known color: Honey Flower. HEX triplet: 5F, 2D and 76. RGB value is (95,45,118). Sum of RGB (Red+Green+Blue) = 95+45+118=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F2D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2D76 is #A0D289. Grayscale: #444444. Windows color (decimal): -10539658 or 7744863. OLE color: 7744863.
HSL color Cylindrical-coordinate representation of color #5F2D76: hue angle of 281.1º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F2D76 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 45 | 118 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.54 |
| HSL | 281.1º | 0.45% | 0.32% | - |
| HSV(B) | 281.1º | 0.62% | 0.46% | - |
| XYZ | 8.93 | 5.62 | 17.75 | - |
| YUV | 68.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 45 | 118 | 0.19 | 0.62 | 0 | 0.54 | 281.1 | 0.45 | 0.32 |
| Hex | 5F | 2D | 76 | 13 | 3E | 0 | 36 | 119 | 2D | 20 |
| Octal | 137 | 55 | 166 | 23 | 76 | 0 | 66 | 431 | 55 | 40 |
| Binary | 1011111 | 101101 | 1110110 | 10011 | 111110 | 0 | 110110 | 100011001 | 101101 | 100000 |
Color Harmonies of #5F2D76
Complementary color
Monochromatic Colors of #5F2D76
Black with #5F2D76
Text Example
Text Example
White with #5F2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2D76; }
p { color: rgb(95,45,118); }
H1.HeaderClassName
{
color: #5F2D76;
}
.AnyTagClassName
{
color: #5F2D76;
}
</style>
background-color css
<style>
a { background-color: #5F2D76; }
a { background-color: rgb(95,45,118); }
div.DivClassName
{
background-color: #5F2D76;
}
.BgClassName
{
background-color: #5F2D76;
}
</style>
border-color css
<style>
span { border-color: #5F2D76; }
span { border-color: rgb(95,45,118); }
td.TdClassName
{
border-color: #5F2D76;
}
.TagClassName
{
border-color: #5F2D76;
}
</style>