Shades of Honey Flower #5D3773
Tints of Honey Flower #5D3773
RGB
CMYK
RGB Variations
Color information
#5D3773 (or 0x5D3773) is known color: Honey Flower. HEX triplet: 5D, 37 and 73. RGB value is (93,55,115). Sum of RGB (Red+Green+Blue) = 93+55+115=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D3773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3773 is #A2C88C. Grayscale: #494949. Windows color (decimal): -10668173 or 7550813. OLE color: 7550813.
HSL color Cylindrical-coordinate representation of color #5D3773: hue angle of 278º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D3773 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 55 | 115 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.55 |
| HSL | 278º | 0.35% | 0.33% | - |
| HSV(B) | 278º | 0.52% | 0.45% | - |
| XYZ | 8.97 | 6.3 | 16.96 | - |
| YUV | 73.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 115 | 0.19 | 0.52 | 0 | 0.55 | 278 | 0.35 | 0.33 |
| Hex | 5D | 37 | 73 | 13 | 34 | 0 | 37 | 116 | 23 | 21 |
| Octal | 135 | 67 | 163 | 23 | 64 | 0 | 67 | 426 | 43 | 41 |
| Binary | 1011101 | 110111 | 1110011 | 10011 | 110100 | 0 | 110111 | 100010110 | 100011 | 100001 |
Color Harmonies of #5D3773
Complementary color
Monochromatic Colors of #5D3773
Black with #5D3773
Text Example
Text Example
White with #5D3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3773; }
p { color: rgb(93,55,115); }
H1.HeaderClassName
{
color: #5D3773;
}
.AnyTagClassName
{
color: #5D3773;
}
</style>
background-color css
<style>
a { background-color: #5D3773; }
a { background-color: rgb(93,55,115); }
div.DivClassName
{
background-color: #5D3773;
}
.BgClassName
{
background-color: #5D3773;
}
</style>
border-color css
<style>
span { border-color: #5D3773; }
span { border-color: rgb(93,55,115); }
td.TdClassName
{
border-color: #5D3773;
}
.TagClassName
{
border-color: #5D3773;
}
</style>