Shades of Honey Flower #5F3A6E
Tints of Honey Flower #5F3A6E
RGB
CMYK
RGB Variations
Color information
#5F3A6E (or 0x5F3A6E) is known color: Honey Flower. HEX triplet: 5F, 3A and 6E. RGB value is (95,58,110). Sum of RGB (Red+Green+Blue) = 95+58+110=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F3A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3A6E is #A0C591. Grayscale: #4A4A4A. Windows color (decimal): -10536338 or 7223903. OLE color: 7223903.
HSL color Cylindrical-coordinate representation of color #5F3A6E: hue angle of 282.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F3A6E is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 58 | 110 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.57 |
| HSL | 282.69º | 0.31% | 0.33% | - |
| HSV(B) | 282.69º | 0.47% | 0.43% | - |
| XYZ | 9.05 | 6.58 | 15.55 | - |
| YUV | 74.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 110 | 0.14 | 0.47 | 0 | 0.57 | 282.69 | 0.31 | 0.33 |
| Hex | 5F | 3A | 6E | E | 2F | 0 | 39 | 11B | 1F | 21 |
| Octal | 137 | 72 | 156 | 16 | 57 | 0 | 71 | 433 | 37 | 41 |
| Binary | 1011111 | 111010 | 1101110 | 1110 | 101111 | 0 | 111001 | 100011011 | 11111 | 100001 |
Color Harmonies of #5F3A6E
Complementary color
Monochromatic Colors of #5F3A6E
Black with #5F3A6E
Text Example
Text Example
White with #5F3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3A6E; }
p { color: rgb(95,58,110); }
H1.HeaderClassName
{
color: #5F3A6E;
}
.AnyTagClassName
{
color: #5F3A6E;
}
</style>
background-color css
<style>
a { background-color: #5F3A6E; }
a { background-color: rgb(95,58,110); }
div.DivClassName
{
background-color: #5F3A6E;
}
.BgClassName
{
background-color: #5F3A6E;
}
</style>
border-color css
<style>
span { border-color: #5F3A6E; }
span { border-color: rgb(95,58,110); }
td.TdClassName
{
border-color: #5F3A6E;
}
.TagClassName
{
border-color: #5F3A6E;
}
</style>