Shades of Honey Flower #5D3373
Tints of Honey Flower #5D3373
RGB
CMYK
RGB Variations
Color information
#5D3373 (or 0x5D3373) is known color: Honey Flower. HEX triplet: 5D, 33 and 73. RGB value is (93,51,115). Sum of RGB (Red+Green+Blue) = 93+51+115=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3373 is #A2CC8C. Grayscale: #464646. Windows color (decimal): -10669197 or 7549789. OLE color: 7549789.
HSL color Cylindrical-coordinate representation of color #5D3373: hue angle of 279.38º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D3373 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 51 | 115 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.55 |
| HSL | 279.38º | 0.39% | 0.33% | - |
| HSV(B) | 279.38º | 0.56% | 0.45% | - |
| XYZ | 8.79 | 5.93 | 16.9 | - |
| YUV | 70.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 115 | 0.19 | 0.56 | 0 | 0.55 | 279.38 | 0.39 | 0.33 |
| Hex | 5D | 33 | 73 | 13 | 38 | 0 | 37 | 117 | 27 | 21 |
| Octal | 135 | 63 | 163 | 23 | 70 | 0 | 67 | 427 | 47 | 41 |
| Binary | 1011101 | 110011 | 1110011 | 10011 | 111000 | 0 | 110111 | 100010111 | 100111 | 100001 |
Color Harmonies of #5D3373
Complementary color
Monochromatic Colors of #5D3373
Black with #5D3373
Text Example
Text Example
White with #5D3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3373; }
p { color: rgb(93,51,115); }
H1.HeaderClassName
{
color: #5D3373;
}
.AnyTagClassName
{
color: #5D3373;
}
</style>
background-color css
<style>
a { background-color: #5D3373; }
a { background-color: rgb(93,51,115); }
div.DivClassName
{
background-color: #5D3373;
}
.BgClassName
{
background-color: #5D3373;
}
</style>
border-color css
<style>
span { border-color: #5D3373; }
span { border-color: rgb(93,51,115); }
td.TdClassName
{
border-color: #5D3373;
}
.TagClassName
{
border-color: #5D3373;
}
</style>