Shades of Honey Flower #5F326F
Tints of Honey Flower #5F326F
RGB
CMYK
RGB Variations
Color information
#5F326F (or 0x5F326F) is known color: Honey Flower. HEX triplet: 5F, 32 and 6F. RGB value is (95,50,111). Sum of RGB (Red+Green+Blue) = 95+50+111=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F326F is #A0CD90. Grayscale: #464646. Windows color (decimal): -10538385 or 7287391. OLE color: 7287391.
HSL color Cylindrical-coordinate representation of color #5F326F: hue angle of 284.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F326F is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 50 | 111 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.56 |
| HSL | 284.26º | 0.38% | 0.32% | - |
| HSV(B) | 284.26º | 0.55% | 0.44% | - |
| XYZ | 8.73 | 5.86 | 15.71 | - |
| YUV | 70.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 111 | 0.14 | 0.55 | 0 | 0.56 | 284.26 | 0.38 | 0.32 |
| Hex | 5F | 32 | 6F | E | 37 | 0 | 38 | 11C | 26 | 20 |
| Octal | 137 | 62 | 157 | 16 | 67 | 0 | 70 | 434 | 46 | 40 |
| Binary | 1011111 | 110010 | 1101111 | 1110 | 110111 | 0 | 111000 | 100011100 | 100110 | 100000 |
Color Harmonies of #5F326F
Complementary color
Monochromatic Colors of #5F326F
Black with #5F326F
Text Example
Text Example
White with #5F326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F326F; }
p { color: rgb(95,50,111); }
H1.HeaderClassName
{
color: #5F326F;
}
.AnyTagClassName
{
color: #5F326F;
}
</style>
background-color css
<style>
a { background-color: #5F326F; }
a { background-color: rgb(95,50,111); }
div.DivClassName
{
background-color: #5F326F;
}
.BgClassName
{
background-color: #5F326F;
}
</style>
border-color css
<style>
span { border-color: #5F326F; }
span { border-color: rgb(95,50,111); }
td.TdClassName
{
border-color: #5F326F;
}
.TagClassName
{
border-color: #5F326F;
}
</style>