Shades of Honey Flower #5C4866
Tints of Honey Flower #5C4866
RGB
CMYK
RGB Variations
Color information
#5C4866 (or 0x5C4866) is known color: Honey Flower. HEX triplet: 5C, 48 and 66. RGB value is (92,72,102). Sum of RGB (Red+Green+Blue) = 92+72+102=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C4866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4866 is #A3B799. Grayscale: #515151. Windows color (decimal): -10729370 or 6703196. OLE color: 6703196.
HSL color Cylindrical-coordinate representation of color #5C4866: hue angle of 280º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C4866 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 72 | 102 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.6 |
| HSL | 280º | 0.17% | 0.34% | - |
| HSV(B) | 280º | 0.29% | 0.4% | - |
| XYZ | 9.13 | 7.87 | 13.61 | - |
| YUV | 81.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 102 | 0.10 | 0.29 | 0 | 0.6 | 280 | 0.17 | 0.34 |
| Hex | 5C | 48 | 66 | A | 1D | 0 | 3C | 118 | 11 | 22 |
| Octal | 134 | 110 | 146 | 12 | 35 | 0 | 74 | 430 | 21 | 42 |
| Binary | 1011100 | 1001000 | 1100110 | 1010 | 11101 | 0 | 111100 | 100011000 | 10001 | 100010 |
Color Harmonies of #5C4866
Complementary color
Monochromatic Colors of #5C4866
Black with #5C4866
Text Example
Text Example
White with #5C4866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4866; }
p { color: rgb(92,72,102); }
H1.HeaderClassName
{
color: #5C4866;
}
.AnyTagClassName
{
color: #5C4866;
}
</style>
background-color css
<style>
a { background-color: #5C4866; }
a { background-color: rgb(92,72,102); }
div.DivClassName
{
background-color: #5C4866;
}
.BgClassName
{
background-color: #5C4866;
}
</style>
border-color css
<style>
span { border-color: #5C4866; }
span { border-color: rgb(92,72,102); }
td.TdClassName
{
border-color: #5C4866;
}
.TagClassName
{
border-color: #5C4866;
}
</style>