Shades of Honey Flower #5C4071
Tints of Honey Flower #5C4071
RGB
CMYK
RGB Variations
Color information
#5C4071 (or 0x5C4071) is known color: Honey Flower. HEX triplet: 5C, 40 and 71. RGB value is (92,64,113). Sum of RGB (Red+Green+Blue) = 92+64+113=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4071 is #A3BF8E. Grayscale: #4D4D4D. Windows color (decimal): -10731407 or 7422044. OLE color: 7422044.
HSL color Cylindrical-coordinate representation of color #5C4071: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C4071 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 64 | 113 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.56 |
| HSL | 274.29º | 0.28% | 0.35% | - |
| HSV(B) | 274.29º | 0.43% | 0.44% | - |
| XYZ | 9.23 | 7.13 | 16.51 | - |
| YUV | 77.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 113 | 0.19 | 0.43 | 0 | 0.56 | 274.29 | 0.28 | 0.35 |
| Hex | 5C | 40 | 71 | 13 | 2B | 0 | 38 | 112 | 1C | 23 |
| Octal | 134 | 100 | 161 | 23 | 53 | 0 | 70 | 422 | 34 | 43 |
| Binary | 1011100 | 1000000 | 1110001 | 10011 | 101011 | 0 | 111000 | 100010010 | 11100 | 100011 |
Color Harmonies of #5C4071
Complementary color
Monochromatic Colors of #5C4071
Black with #5C4071
Text Example
Text Example
White with #5C4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4071; }
p { color: rgb(92,64,113); }
H1.HeaderClassName
{
color: #5C4071;
}
.AnyTagClassName
{
color: #5C4071;
}
</style>
background-color css
<style>
a { background-color: #5C4071; }
a { background-color: rgb(92,64,113); }
div.DivClassName
{
background-color: #5C4071;
}
.BgClassName
{
background-color: #5C4071;
}
</style>
border-color css
<style>
span { border-color: #5C4071; }
span { border-color: rgb(92,64,113); }
td.TdClassName
{
border-color: #5C4071;
}
.TagClassName
{
border-color: #5C4071;
}
</style>