Shades of Honey Flower #5C4663
Tints of Honey Flower #5C4663
RGB
CMYK
RGB Variations
Color information
#5C4663 (or 0x5C4663) is known color: Honey Flower. HEX triplet: 5C, 46 and 63. RGB value is (92,70,99). Sum of RGB (Red+Green+Blue) = 92+70+99=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4663 is #A3B99C. Grayscale: #4F4F4F. Windows color (decimal): -10729885 or 6506076. OLE color: 6506076.
HSL color Cylindrical-coordinate representation of color #5C4663: hue angle of 285.52º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C4663 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 70 | 99 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.61 |
| HSL | 285.52º | 0.17% | 0.33% | - |
| HSV(B) | 285.52º | 0.29% | 0.39% | - |
| XYZ | 8.86 | 7.56 | 12.8 | - |
| YUV | 79.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 99 | 0.07 | 0.29 | 0 | 0.61 | 285.52 | 0.17 | 0.33 |
| Hex | 5C | 46 | 63 | 7 | 1D | 0 | 3D | 11E | 11 | 21 |
| Octal | 134 | 106 | 143 | 7 | 35 | 0 | 75 | 436 | 21 | 41 |
| Binary | 1011100 | 1000110 | 1100011 | 111 | 11101 | 0 | 111101 | 100011110 | 10001 | 100001 |
Color Harmonies of #5C4663
Complementary color
Monochromatic Colors of #5C4663
Black with #5C4663
Text Example
Text Example
White with #5C4663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4663; }
p { color: rgb(92,70,99); }
H1.HeaderClassName
{
color: #5C4663;
}
.AnyTagClassName
{
color: #5C4663;
}
</style>
background-color css
<style>
a { background-color: #5C4663; }
a { background-color: rgb(92,70,99); }
div.DivClassName
{
background-color: #5C4663;
}
.BgClassName
{
background-color: #5C4663;
}
</style>
border-color css
<style>
span { border-color: #5C4663; }
span { border-color: rgb(92,70,99); }
td.TdClassName
{
border-color: #5C4663;
}
.TagClassName
{
border-color: #5C4663;
}
</style>