Shades of Honey Flower #5D3777
Tints of Honey Flower #5D3777
RGB
CMYK
RGB Variations
Color information
#5D3777 (or 0x5D3777) is known color: Honey Flower. HEX triplet: 5D, 37 and 77. RGB value is (93,55,119). Sum of RGB (Red+Green+Blue) = 93+55+119=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D3777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3777 is #A2C888. Grayscale: #494949. Windows color (decimal): -10668169 or 7812957. OLE color: 7812957.
HSL color Cylindrical-coordinate representation of color #5D3777: hue angle of 275.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D3777 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 55 | 119 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.53 |
| HSL | 275.63º | 0.37% | 0.34% | - |
| HSV(B) | 275.63º | 0.54% | 0.47% | - |
| XYZ | 9.21 | 6.39 | 18.2 | - |
| YUV | 73.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 119 | 0.22 | 0.54 | 0 | 0.53 | 275.63 | 0.37 | 0.34 |
| Hex | 5D | 37 | 77 | 16 | 36 | 0 | 35 | 114 | 25 | 22 |
| Octal | 135 | 67 | 167 | 26 | 66 | 0 | 65 | 424 | 45 | 42 |
| Binary | 1011101 | 110111 | 1110111 | 10110 | 110110 | 0 | 110101 | 100010100 | 100101 | 100010 |
Color Harmonies of #5D3777
Complementary color
Monochromatic Colors of #5D3777
Black with #5D3777
Text Example
Text Example
White with #5D3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3777; }
p { color: rgb(93,55,119); }
H1.HeaderClassName
{
color: #5D3777;
}
.AnyTagClassName
{
color: #5D3777;
}
</style>
background-color css
<style>
a { background-color: #5D3777; }
a { background-color: rgb(93,55,119); }
div.DivClassName
{
background-color: #5D3777;
}
.BgClassName
{
background-color: #5D3777;
}
</style>
border-color css
<style>
span { border-color: #5D3777; }
span { border-color: rgb(93,55,119); }
td.TdClassName
{
border-color: #5D3777;
}
.TagClassName
{
border-color: #5D3777;
}
</style>