Shades of Honey Flower #5C4065
Tints of Honey Flower #5C4065
RGB
CMYK
RGB Variations
Color information
#5C4065 (or 0x5C4065) is known color: Honey Flower. HEX triplet: 5C, 40 and 65. RGB value is (92,64,101). Sum of RGB (Red+Green+Blue) = 92+64+101=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C4065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4065 is #A3BF9A. Grayscale: #4C4C4C. Windows color (decimal): -10731419 or 6635612. OLE color: 6635612.
HSL color Cylindrical-coordinate representation of color #5C4065: hue angle of 285.41º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C4065 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 64 | 101 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.60 |
| HSL | 285.41º | 0.22% | 0.32% | - |
| HSV(B) | 285.41º | 0.37% | 0.4% | - |
| XYZ | 8.6 | 6.88 | 13.19 | - |
| YUV | 76.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 101 | 0.09 | 0.37 | 0 | 0.60 | 285.41 | 0.22 | 0.32 |
| Hex | 5C | 40 | 65 | 9 | 25 | 0 | 3C | 11D | 16 | 20 |
| Octal | 134 | 100 | 145 | 11 | 45 | 0 | 74 | 435 | 26 | 40 |
| Binary | 1011100 | 1000000 | 1100101 | 1001 | 100101 | 0 | 111100 | 100011101 | 10110 | 100000 |
Color Harmonies of #5C4065
Complementary color
Monochromatic Colors of #5C4065
Black with #5C4065
Text Example
Text Example
White with #5C4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4065; }
p { color: rgb(92,64,101); }
H1.HeaderClassName
{
color: #5C4065;
}
.AnyTagClassName
{
color: #5C4065;
}
</style>
background-color css
<style>
a { background-color: #5C4065; }
a { background-color: rgb(92,64,101); }
div.DivClassName
{
background-color: #5C4065;
}
.BgClassName
{
background-color: #5C4065;
}
</style>
border-color css
<style>
span { border-color: #5C4065; }
span { border-color: rgb(92,64,101); }
td.TdClassName
{
border-color: #5C4065;
}
.TagClassName
{
border-color: #5C4065;
}
</style>