Shades of Honey Flower #5F356C
Tints of Honey Flower #5F356C
RGB
CMYK
RGB Variations
Color information
#5F356C (or 0x5F356C) is known color: Honey Flower. HEX triplet: 5F, 35 and 6C. RGB value is (95,53,108). Sum of RGB (Red+Green+Blue) = 95+53+108=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F356C is #A0CA93. Grayscale: #474747. Windows color (decimal): -10537620 or 7091551. OLE color: 7091551.
HSL color Cylindrical-coordinate representation of color #5F356C: hue angle of 285.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F356C is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 53 | 108 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.58 |
| HSL | 285.82º | 0.34% | 0.32% | - |
| HSV(B) | 285.82º | 0.51% | 0.42% | - |
| XYZ | 8.7 | 6.06 | 14.9 | - |
| YUV | 71.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 108 | 0.12 | 0.51 | 0 | 0.58 | 285.82 | 0.34 | 0.32 |
| Hex | 5F | 35 | 6C | C | 33 | 0 | 3A | 11E | 22 | 20 |
| Octal | 137 | 65 | 154 | 14 | 63 | 0 | 72 | 436 | 42 | 40 |
| Binary | 1011111 | 110101 | 1101100 | 1100 | 110011 | 0 | 111010 | 100011110 | 100010 | 100000 |
Color Harmonies of #5F356C
Complementary color
Monochromatic Colors of #5F356C
Black with #5F356C
Text Example
Text Example
White with #5F356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F356C; }
p { color: rgb(95,53,108); }
H1.HeaderClassName
{
color: #5F356C;
}
.AnyTagClassName
{
color: #5F356C;
}
</style>
background-color css
<style>
a { background-color: #5F356C; }
a { background-color: rgb(95,53,108); }
div.DivClassName
{
background-color: #5F356C;
}
.BgClassName
{
background-color: #5F356C;
}
</style>
border-color css
<style>
span { border-color: #5F356C; }
span { border-color: rgb(95,53,108); }
td.TdClassName
{
border-color: #5F356C;
}
.TagClassName
{
border-color: #5F356C;
}
</style>