Shades of Honey Flower #5F346D
Tints of Honey Flower #5F346D
RGB
CMYK
RGB Variations
Color information
#5F346D (or 0x5F346D) is known color: Honey Flower. HEX triplet: 5F, 34 and 6D. RGB value is (95,52,109). Sum of RGB (Red+Green+Blue) = 95+52+109=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F346D is #A0CB92. Grayscale: #474747. Windows color (decimal): -10537875 or 7156831. OLE color: 7156831.
HSL color Cylindrical-coordinate representation of color #5F346D: hue angle of 285.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F346D is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 52 | 109 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.57 |
| HSL | 285.26º | 0.35% | 0.32% | - |
| HSV(B) | 285.26º | 0.52% | 0.43% | - |
| XYZ | 8.71 | 5.99 | 15.17 | - |
| YUV | 71.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 109 | 0.13 | 0.52 | 0 | 0.57 | 285.26 | 0.35 | 0.32 |
| Hex | 5F | 34 | 6D | D | 34 | 0 | 39 | 11D | 23 | 20 |
| Octal | 137 | 64 | 155 | 15 | 64 | 0 | 71 | 435 | 43 | 40 |
| Binary | 1011111 | 110100 | 1101101 | 1101 | 110100 | 0 | 111001 | 100011101 | 100011 | 100000 |
Color Harmonies of #5F346D
Complementary color
Monochromatic Colors of #5F346D
Black with #5F346D
Text Example
Text Example
White with #5F346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F346D; }
p { color: rgb(95,52,109); }
H1.HeaderClassName
{
color: #5F346D;
}
.AnyTagClassName
{
color: #5F346D;
}
</style>
background-color css
<style>
a { background-color: #5F346D; }
a { background-color: rgb(95,52,109); }
div.DivClassName
{
background-color: #5F346D;
}
.BgClassName
{
background-color: #5F346D;
}
</style>
border-color css
<style>
span { border-color: #5F346D; }
span { border-color: rgb(95,52,109); }
td.TdClassName
{
border-color: #5F346D;
}
.TagClassName
{
border-color: #5F346D;
}
</style>