Shades of Honey Flower #5D3774
Tints of Honey Flower #5D3774
RGB
CMYK
RGB Variations
Color information
#5D3774 (or 0x5D3774) is known color: Honey Flower. HEX triplet: 5D, 37 and 74. RGB value is (93,55,116). Sum of RGB (Red+Green+Blue) = 93+55+116=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D3774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3774 is #A2C88B. Grayscale: #494949. Windows color (decimal): -10668172 or 7616349. OLE color: 7616349.
HSL color Cylindrical-coordinate representation of color #5D3774: hue angle of 277.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D3774 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 55 | 116 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.55 |
| HSL | 277.38º | 0.36% | 0.34% | - |
| HSV(B) | 277.38º | 0.53% | 0.45% | - |
| XYZ | 9.03 | 6.32 | 17.27 | - |
| YUV | 73.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 116 | 0.20 | 0.53 | 0 | 0.55 | 277.38 | 0.36 | 0.34 |
| Hex | 5D | 37 | 74 | 14 | 35 | 0 | 37 | 115 | 24 | 22 |
| Octal | 135 | 67 | 164 | 24 | 65 | 0 | 67 | 425 | 44 | 42 |
| Binary | 1011101 | 110111 | 1110100 | 10100 | 110101 | 0 | 110111 | 100010101 | 100100 | 100010 |
Color Harmonies of #5D3774
Complementary color
Monochromatic Colors of #5D3774
Black with #5D3774
Text Example
Text Example
White with #5D3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3774; }
p { color: rgb(93,55,116); }
H1.HeaderClassName
{
color: #5D3774;
}
.AnyTagClassName
{
color: #5D3774;
}
</style>
background-color css
<style>
a { background-color: #5D3774; }
a { background-color: rgb(93,55,116); }
div.DivClassName
{
background-color: #5D3774;
}
.BgClassName
{
background-color: #5D3774;
}
</style>
border-color css
<style>
span { border-color: #5D3774; }
span { border-color: rgb(93,55,116); }
td.TdClassName
{
border-color: #5D3774;
}
.TagClassName
{
border-color: #5D3774;
}
</style>