Shades of Honey Flower #5F3E67
Tints of Honey Flower #5F3E67
RGB
CMYK
RGB Variations
Color information
#5F3E67 (or 0x5F3E67) is known color: Honey Flower. HEX triplet: 5F, 3E and 67. RGB value is (95,62,103). Sum of RGB (Red+Green+Blue) = 95+62+103=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F3E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3E67 is #A0C198. Grayscale: #4C4C4C. Windows color (decimal): -10535321 or 6766175. OLE color: 6766175.
HSL color Cylindrical-coordinate representation of color #5F3E67: hue angle of 288.29º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F3E67 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 62 | 103 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.60 |
| HSL | 288.29º | 0.25% | 0.32% | - |
| HSV(B) | 288.29º | 0.4% | 0.4% | - |
| XYZ | 8.89 | 6.86 | 13.69 | - |
| YUV | 76.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 103 | 0.08 | 0.40 | 0 | 0.60 | 288.29 | 0.25 | 0.32 |
| Hex | 5F | 3E | 67 | 8 | 28 | 0 | 3C | 120 | 19 | 20 |
| Octal | 137 | 76 | 147 | 10 | 50 | 0 | 74 | 440 | 31 | 40 |
| Binary | 1011111 | 111110 | 1100111 | 1000 | 101000 | 0 | 111100 | 100100000 | 11001 | 100000 |
Color Harmonies of #5F3E67
Complementary color
Monochromatic Colors of #5F3E67
Black with #5F3E67
Text Example
Text Example
White with #5F3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3E67; }
p { color: rgb(95,62,103); }
H1.HeaderClassName
{
color: #5F3E67;
}
.AnyTagClassName
{
color: #5F3E67;
}
</style>
background-color css
<style>
a { background-color: #5F3E67; }
a { background-color: rgb(95,62,103); }
div.DivClassName
{
background-color: #5F3E67;
}
.BgClassName
{
background-color: #5F3E67;
}
</style>
border-color css
<style>
span { border-color: #5F3E67; }
span { border-color: rgb(95,62,103); }
td.TdClassName
{
border-color: #5F3E67;
}
.TagClassName
{
border-color: #5F3E67;
}
</style>