Shades of Honey Flower #5D4474
Tints of Honey Flower #5D4474
RGB
CMYK
RGB Variations
Color information
#5D4474 (or 0x5D4474) is known color: Honey Flower. HEX triplet: 5D, 44 and 74. RGB value is (93,68,116). Sum of RGB (Red+Green+Blue) = 93+68+116=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D4474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4474 is #A2BB8B. Grayscale: #505050. Windows color (decimal): -10664844 or 7619677. OLE color: 7619677.
HSL color Cylindrical-coordinate representation of color #5D4474: hue angle of 271.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D4474 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 68 | 116 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.55 |
| HSL | 271.25º | 0.26% | 0.36% | - |
| HSV(B) | 271.25º | 0.41% | 0.45% | - |
| XYZ | 9.73 | 7.72 | 17.5 | - |
| YUV | 80.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 116 | 0.20 | 0.41 | 0 | 0.55 | 271.25 | 0.26 | 0.36 |
| Hex | 5D | 44 | 74 | 14 | 29 | 0 | 37 | 10F | 1A | 24 |
| Octal | 135 | 104 | 164 | 24 | 51 | 0 | 67 | 417 | 32 | 44 |
| Binary | 1011101 | 1000100 | 1110100 | 10100 | 101001 | 0 | 110111 | 100001111 | 11010 | 100100 |
Color Harmonies of #5D4474
Complementary color
Monochromatic Colors of #5D4474
Black with #5D4474
Text Example
Text Example
White with #5D4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4474; }
p { color: rgb(93,68,116); }
H1.HeaderClassName
{
color: #5D4474;
}
.AnyTagClassName
{
color: #5D4474;
}
</style>
background-color css
<style>
a { background-color: #5D4474; }
a { background-color: rgb(93,68,116); }
div.DivClassName
{
background-color: #5D4474;
}
.BgClassName
{
background-color: #5D4474;
}
</style>
border-color css
<style>
span { border-color: #5D4474; }
span { border-color: rgb(93,68,116); }
td.TdClassName
{
border-color: #5D4474;
}
.TagClassName
{
border-color: #5D4474;
}
</style>