Shades of Honey Flower #5C4772
Tints of Honey Flower #5C4772
RGB
CMYK
RGB Variations
Color information
#5C4772 (or 0x5C4772) is known color: Honey Flower. HEX triplet: 5C, 47 and 72. RGB value is (92,71,114). Sum of RGB (Red+Green+Blue) = 92+71+114=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C4772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4772 is #A3B88D. Grayscale: #525252. Windows color (decimal): -10729614 or 7489372. OLE color: 7489372.
HSL color Cylindrical-coordinate representation of color #5C4772: hue angle of 269.3º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C4772 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 71 | 114 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.55 |
| HSL | 269.3º | 0.23% | 0.36% | - |
| HSV(B) | 269.3º | 0.38% | 0.45% | - |
| XYZ | 9.7 | 8 | 16.95 | - |
| YUV | 82.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 114 | 0.19 | 0.38 | 0 | 0.55 | 269.3 | 0.23 | 0.36 |
| Hex | 5C | 47 | 72 | 13 | 26 | 0 | 37 | 10D | 17 | 24 |
| Octal | 134 | 107 | 162 | 23 | 46 | 0 | 67 | 415 | 27 | 44 |
| Binary | 1011100 | 1000111 | 1110010 | 10011 | 100110 | 0 | 110111 | 100001101 | 10111 | 100100 |
Color Harmonies of #5C4772
Complementary color
Monochromatic Colors of #5C4772
Black with #5C4772
Text Example
Text Example
White with #5C4772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4772; }
p { color: rgb(92,71,114); }
H1.HeaderClassName
{
color: #5C4772;
}
.AnyTagClassName
{
color: #5C4772;
}
</style>
background-color css
<style>
a { background-color: #5C4772; }
a { background-color: rgb(92,71,114); }
div.DivClassName
{
background-color: #5C4772;
}
.BgClassName
{
background-color: #5C4772;
}
</style>
border-color css
<style>
span { border-color: #5C4772; }
span { border-color: rgb(92,71,114); }
td.TdClassName
{
border-color: #5C4772;
}
.TagClassName
{
border-color: #5C4772;
}
</style>