Shades of Honey Flower #5C4571
Tints of Honey Flower #5C4571
RGB
CMYK
RGB Variations
Color information
#5C4571 (or 0x5C4571) is known color: Honey Flower. HEX triplet: 5C, 45 and 71. RGB value is (92,69,113). Sum of RGB (Red+Green+Blue) = 92+69+113=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C4571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4571 is #A3BA8E. Grayscale: #505050. Windows color (decimal): -10730127 or 7423324. OLE color: 7423324.
HSL color Cylindrical-coordinate representation of color #5C4571: hue angle of 271.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C4571 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 69 | 113 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.56 |
| HSL | 271.36º | 0.24% | 0.36% | - |
| HSV(B) | 271.36º | 0.39% | 0.44% | - |
| XYZ | 9.52 | 7.72 | 16.61 | - |
| YUV | 80.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 113 | 0.19 | 0.39 | 0 | 0.56 | 271.36 | 0.24 | 0.36 |
| Hex | 5C | 45 | 71 | 13 | 27 | 0 | 38 | 10F | 18 | 24 |
| Octal | 134 | 105 | 161 | 23 | 47 | 0 | 70 | 417 | 30 | 44 |
| Binary | 1011100 | 1000101 | 1110001 | 10011 | 100111 | 0 | 111000 | 100001111 | 11000 | 100100 |
Color Harmonies of #5C4571
Complementary color
Monochromatic Colors of #5C4571
Black with #5C4571
Text Example
Text Example
White with #5C4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4571; }
p { color: rgb(92,69,113); }
H1.HeaderClassName
{
color: #5C4571;
}
.AnyTagClassName
{
color: #5C4571;
}
</style>
background-color css
<style>
a { background-color: #5C4571; }
a { background-color: rgb(92,69,113); }
div.DivClassName
{
background-color: #5C4571;
}
.BgClassName
{
background-color: #5C4571;
}
</style>
border-color css
<style>
span { border-color: #5C4571; }
span { border-color: rgb(92,69,113); }
td.TdClassName
{
border-color: #5C4571;
}
.TagClassName
{
border-color: #5C4571;
}
</style>