Shades of Honey Flower #5C4865
Tints of Honey Flower #5C4865
RGB
CMYK
RGB Variations
Color information
#5C4865 (or 0x5C4865) is known color: Honey Flower. HEX triplet: 5C, 48 and 65. RGB value is (92,72,101). Sum of RGB (Red+Green+Blue) = 92+72+101=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C4865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4865 is #A3B79A. Grayscale: #515151. Windows color (decimal): -10729371 or 6637660. OLE color: 6637660.
HSL color Cylindrical-coordinate representation of color #5C4865: hue angle of 281.38º 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 #5C4865 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 72 | 101 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.60 |
| HSL | 281.38º | 0.17% | 0.34% | - |
| HSV(B) | 281.38º | 0.29% | 0.4% | - |
| XYZ | 9.08 | 7.85 | 13.35 | - |
| YUV | 81.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 101 | 0.09 | 0.29 | 0 | 0.60 | 281.38 | 0.17 | 0.34 |
| Hex | 5C | 48 | 65 | 9 | 1D | 0 | 3C | 119 | 11 | 22 |
| Octal | 134 | 110 | 145 | 11 | 35 | 0 | 74 | 431 | 21 | 42 |
| Binary | 1011100 | 1001000 | 1100101 | 1001 | 11101 | 0 | 111100 | 100011001 | 10001 | 100010 |
Color Harmonies of #5C4865
Complementary color
Monochromatic Colors of #5C4865
Black with #5C4865
Text Example
Text Example
White with #5C4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4865; }
p { color: rgb(92,72,101); }
H1.HeaderClassName
{
color: #5C4865;
}
.AnyTagClassName
{
color: #5C4865;
}
</style>
background-color css
<style>
a { background-color: #5C4865; }
a { background-color: rgb(92,72,101); }
div.DivClassName
{
background-color: #5C4865;
}
.BgClassName
{
background-color: #5C4865;
}
</style>
border-color css
<style>
span { border-color: #5C4865; }
span { border-color: rgb(92,72,101); }
td.TdClassName
{
border-color: #5C4865;
}
.TagClassName
{
border-color: #5C4865;
}
</style>