Shades of Honey Flower #5D2873
Tints of Honey Flower #5D2873
RGB
CMYK
RGB Variations
Color information
#5D2873 (or 0x5D2873) is known color: Honey Flower. HEX triplet: 5D, 28 and 73. RGB value is (93,40,115). Sum of RGB (Red+Green+Blue) = 93+40+115=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D2873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2873 is #A2D78C. Grayscale: #404040. Windows color (decimal): -10672013 or 7546973. OLE color: 7546973.
HSL color Cylindrical-coordinate representation of color #5D2873: hue angle of 282.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D2873 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 40 | 115 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.55 |
| HSL | 282.4º | 0.48% | 0.3% | - |
| HSV(B) | 282.4º | 0.65% | 0.45% | - |
| XYZ | 8.37 | 5.08 | 16.76 | - |
| YUV | 64.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 115 | 0.19 | 0.65 | 0 | 0.55 | 282.4 | 0.48 | 0.3 |
| Hex | 5D | 28 | 73 | 13 | 41 | 0 | 37 | 11A | 30 | 1E |
| Octal | 135 | 50 | 163 | 23 | 101 | 0 | 67 | 432 | 60 | 36 |
| Binary | 1011101 | 101000 | 1110011 | 10011 | 1000001 | 0 | 110111 | 100011010 | 110000 | 11110 |
Color Harmonies of #5D2873
Complementary color
Monochromatic Colors of #5D2873
Black with #5D2873
Text Example
Text Example
White with #5D2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2873; }
p { color: rgb(93,40,115); }
H1.HeaderClassName
{
color: #5D2873;
}
.AnyTagClassName
{
color: #5D2873;
}
</style>
background-color css
<style>
a { background-color: #5D2873; }
a { background-color: rgb(93,40,115); }
div.DivClassName
{
background-color: #5D2873;
}
.BgClassName
{
background-color: #5D2873;
}
</style>
border-color css
<style>
span { border-color: #5D2873; }
span { border-color: rgb(93,40,115); }
td.TdClassName
{
border-color: #5D2873;
}
.TagClassName
{
border-color: #5D2873;
}
</style>