Shades of Honey Flower #5D4872
Tints of Honey Flower #5D4872
RGB
CMYK
RGB Variations
Color information
#5D4872 (or 0x5D4872) is known color: Honey Flower. HEX triplet: 5D, 48 and 72. RGB value is (93,72,114). Sum of RGB (Red+Green+Blue) = 93+72+114=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D4872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4872 is #A2B78D. Grayscale: #525252. Windows color (decimal): -10663822 or 7489629. OLE color: 7489629.
HSL color Cylindrical-coordinate representation of color #5D4872: hue angle of 270º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D4872 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 72 | 114 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.55 |
| HSL | 270º | 0.23% | 0.36% | - |
| HSV(B) | 270º | 0.37% | 0.45% | - |
| XYZ | 9.87 | 8.18 | 16.98 | - |
| YUV | 83.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 114 | 0.18 | 0.37 | 0 | 0.55 | 270 | 0.23 | 0.36 |
| Hex | 5D | 48 | 72 | 12 | 25 | 0 | 37 | 10E | 17 | 24 |
| Octal | 135 | 110 | 162 | 22 | 45 | 0 | 67 | 416 | 27 | 44 |
| Binary | 1011101 | 1001000 | 1110010 | 10010 | 100101 | 0 | 110111 | 100001110 | 10111 | 100100 |
Color Harmonies of #5D4872
Complementary color
Monochromatic Colors of #5D4872
Black with #5D4872
Text Example
Text Example
White with #5D4872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4872; }
p { color: rgb(93,72,114); }
H1.HeaderClassName
{
color: #5D4872;
}
.AnyTagClassName
{
color: #5D4872;
}
</style>
background-color css
<style>
a { background-color: #5D4872; }
a { background-color: rgb(93,72,114); }
div.DivClassName
{
background-color: #5D4872;
}
.BgClassName
{
background-color: #5D4872;
}
</style>
border-color css
<style>
span { border-color: #5D4872; }
span { border-color: rgb(93,72,114); }
td.TdClassName
{
border-color: #5D4872;
}
.TagClassName
{
border-color: #5D4872;
}
</style>