Shades of Honey Flower #5D3470
Tints of Honey Flower #5D3470
RGB
CMYK
RGB Variations
Color information
#5D3470 (or 0x5D3470) is known color: Honey Flower. HEX triplet: 5D, 34 and 70. RGB value is (93,52,112). Sum of RGB (Red+Green+Blue) = 93+52+112=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D3470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3470 is #A2CB8F. Grayscale: #464646. Windows color (decimal): -10668944 or 7353437. OLE color: 7353437.
HSL color Cylindrical-coordinate representation of color #5D3470: hue angle of 281º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D3470 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 52 | 112 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.56 |
| HSL | 281º | 0.37% | 0.32% | - |
| HSV(B) | 281º | 0.54% | 0.44% | - |
| XYZ | 8.67 | 5.95 | 16.02 | - |
| YUV | 71.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 112 | 0.17 | 0.54 | 0 | 0.56 | 281 | 0.37 | 0.32 |
| Hex | 5D | 34 | 70 | 11 | 36 | 0 | 38 | 119 | 25 | 20 |
| Octal | 135 | 64 | 160 | 21 | 66 | 0 | 70 | 431 | 45 | 40 |
| Binary | 1011101 | 110100 | 1110000 | 10001 | 110110 | 0 | 111000 | 100011001 | 100101 | 100000 |
Color Harmonies of #5D3470
Complementary color
Monochromatic Colors of #5D3470
Black with #5D3470
Text Example
Text Example
White with #5D3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3470; }
p { color: rgb(93,52,112); }
H1.HeaderClassName
{
color: #5D3470;
}
.AnyTagClassName
{
color: #5D3470;
}
</style>
background-color css
<style>
a { background-color: #5D3470; }
a { background-color: rgb(93,52,112); }
div.DivClassName
{
background-color: #5D3470;
}
.BgClassName
{
background-color: #5D3470;
}
</style>
border-color css
<style>
span { border-color: #5D3470; }
span { border-color: rgb(93,52,112); }
td.TdClassName
{
border-color: #5D3470;
}
.TagClassName
{
border-color: #5D3470;
}
</style>