Shades of Honey Flower #5F2B73
Tints of Honey Flower #5F2B73
RGB
CMYK
RGB Variations
Color information
#5F2B73 (or 0x5F2B73) is known color: Honey Flower. HEX triplet: 5F, 2B and 73. RGB value is (95,43,115). Sum of RGB (Red+Green+Blue) = 95+43+115=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F2B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2B73 is #A0D48C. Grayscale: #424242. Windows color (decimal): -10540173 or 7547743. OLE color: 7547743.
HSL color Cylindrical-coordinate representation of color #5F2B73: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F2B73 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 43 | 115 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.55 |
| HSL | 283.33º | 0.46% | 0.31% | - |
| HSV(B) | 283.33º | 0.63% | 0.45% | - |
| XYZ | 8.68 | 5.4 | 16.8 | - |
| YUV | 66.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 43 | 115 | 0.17 | 0.63 | 0 | 0.55 | 283.33 | 0.46 | 0.31 |
| Hex | 5F | 2B | 73 | 11 | 3F | 0 | 37 | 11B | 2E | 1F |
| Octal | 137 | 53 | 163 | 21 | 77 | 0 | 67 | 433 | 56 | 37 |
| Binary | 1011111 | 101011 | 1110011 | 10001 | 111111 | 0 | 110111 | 100011011 | 101110 | 11111 |
Color Harmonies of #5F2B73
Complementary color
Monochromatic Colors of #5F2B73
Black with #5F2B73
Text Example
Text Example
White with #5F2B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2B73; }
p { color: rgb(95,43,115); }
H1.HeaderClassName
{
color: #5F2B73;
}
.AnyTagClassName
{
color: #5F2B73;
}
</style>
background-color css
<style>
a { background-color: #5F2B73; }
a { background-color: rgb(95,43,115); }
div.DivClassName
{
background-color: #5F2B73;
}
.BgClassName
{
background-color: #5F2B73;
}
</style>
border-color css
<style>
span { border-color: #5F2B73; }
span { border-color: rgb(95,43,115); }
td.TdClassName
{
border-color: #5F2B73;
}
.TagClassName
{
border-color: #5F2B73;
}
</style>