Shades of Honey Flower #5D2672
Tints of Honey Flower #5D2672
RGB
CMYK
RGB Variations
Color information
#5D2672 (or 0x5D2672) is known color: Honey Flower. HEX triplet: 5D, 26 and 72. RGB value is (93,38,114). Sum of RGB (Red+Green+Blue) = 93+38+114=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D2672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2672 is #A2D98D. Grayscale: #3E3E3E. Windows color (decimal): -10672526 or 7480925. OLE color: 7480925.
HSL color Cylindrical-coordinate representation of color #5D2672: hue angle of 283.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D2672 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 38 | 114 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.55 |
| HSL | 283.42º | 0.5% | 0.3% | - |
| HSV(B) | 283.42º | 0.67% | 0.45% | - |
| XYZ | 8.24 | 4.93 | 16.44 | - |
| YUV | 63.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 114 | 0.18 | 0.67 | 0 | 0.55 | 283.42 | 0.5 | 0.3 |
| Hex | 5D | 26 | 72 | 12 | 43 | 0 | 37 | 11B | 32 | 1E |
| Octal | 135 | 46 | 162 | 22 | 103 | 0 | 67 | 433 | 62 | 36 |
| Binary | 1011101 | 100110 | 1110010 | 10010 | 1000011 | 0 | 110111 | 100011011 | 110010 | 11110 |
Color Harmonies of #5D2672
Complementary color
Monochromatic Colors of #5D2672
Black with #5D2672
Text Example
Text Example
White with #5D2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2672; }
p { color: rgb(93,38,114); }
H1.HeaderClassName
{
color: #5D2672;
}
.AnyTagClassName
{
color: #5D2672;
}
</style>
background-color css
<style>
a { background-color: #5D2672; }
a { background-color: rgb(93,38,114); }
div.DivClassName
{
background-color: #5D2672;
}
.BgClassName
{
background-color: #5D2672;
}
</style>
border-color css
<style>
span { border-color: #5D2672; }
span { border-color: rgb(93,38,114); }
td.TdClassName
{
border-color: #5D2672;
}
.TagClassName
{
border-color: #5D2672;
}
</style>