Shades of Honey Flower #5F3C6F
Tints of Honey Flower #5F3C6F
RGB
CMYK
RGB Variations
Color information
#5F3C6F (or 0x5F3C6F) is known color: Honey Flower. HEX triplet: 5F, 3C and 6F. RGB value is (95,60,111). Sum of RGB (Red+Green+Blue) = 95+60+111=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F3C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3C6F is #A0C390. Grayscale: #4C4C4C. Windows color (decimal): -10535825 or 7289951. OLE color: 7289951.
HSL color Cylindrical-coordinate representation of color #5F3C6F: hue angle of 281.18º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F3C6F is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 60 | 111 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.56 |
| HSL | 281.18º | 0.3% | 0.34% | - |
| HSV(B) | 281.18º | 0.46% | 0.44% | - |
| XYZ | 9.2 | 6.81 | 15.87 | - |
| YUV | 76.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 111 | 0.14 | 0.46 | 0 | 0.56 | 281.18 | 0.3 | 0.34 |
| Hex | 5F | 3C | 6F | E | 2E | 0 | 38 | 119 | 1E | 22 |
| Octal | 137 | 74 | 157 | 16 | 56 | 0 | 70 | 431 | 36 | 42 |
| Binary | 1011111 | 111100 | 1101111 | 1110 | 101110 | 0 | 111000 | 100011001 | 11110 | 100010 |
Color Harmonies of #5F3C6F
Complementary color
Monochromatic Colors of #5F3C6F
Black with #5F3C6F
Text Example
Text Example
White with #5F3C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3C6F; }
p { color: rgb(95,60,111); }
H1.HeaderClassName
{
color: #5F3C6F;
}
.AnyTagClassName
{
color: #5F3C6F;
}
</style>
background-color css
<style>
a { background-color: #5F3C6F; }
a { background-color: rgb(95,60,111); }
div.DivClassName
{
background-color: #5F3C6F;
}
.BgClassName
{
background-color: #5F3C6F;
}
</style>
border-color css
<style>
span { border-color: #5F3C6F; }
span { border-color: rgb(95,60,111); }
td.TdClassName
{
border-color: #5F3C6F;
}
.TagClassName
{
border-color: #5F3C6F;
}
</style>