Shades of Honey Flower #5C4166
Tints of Honey Flower #5C4166
RGB
CMYK
RGB Variations
Color information
#5C4166 (or 0x5C4166) is known color: Honey Flower. HEX triplet: 5C, 41 and 66. RGB value is (92,65,102). Sum of RGB (Red+Green+Blue) = 92+65+102=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C4166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4166 is #A3BE99. Grayscale: #4D4D4D. Windows color (decimal): -10731162 or 6701404. OLE color: 6701404.
HSL color Cylindrical-coordinate representation of color #5C4166: hue angle of 283.78º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C4166 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 65 | 102 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.6 |
| HSL | 283.78º | 0.22% | 0.33% | - |
| HSV(B) | 283.78º | 0.36% | 0.4% | - |
| XYZ | 8.7 | 7.02 | 13.47 | - |
| YUV | 77.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 102 | 0.10 | 0.36 | 0 | 0.6 | 283.78 | 0.22 | 0.33 |
| Hex | 5C | 41 | 66 | A | 24 | 0 | 3C | 11C | 16 | 21 |
| Octal | 134 | 101 | 146 | 12 | 44 | 0 | 74 | 434 | 26 | 41 |
| Binary | 1011100 | 1000001 | 1100110 | 1010 | 100100 | 0 | 111100 | 100011100 | 10110 | 100001 |
Color Harmonies of #5C4166
Complementary color
Monochromatic Colors of #5C4166
Black with #5C4166
Text Example
Text Example
White with #5C4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4166; }
p { color: rgb(92,65,102); }
H1.HeaderClassName
{
color: #5C4166;
}
.AnyTagClassName
{
color: #5C4166;
}
</style>
background-color css
<style>
a { background-color: #5C4166; }
a { background-color: rgb(92,65,102); }
div.DivClassName
{
background-color: #5C4166;
}
.BgClassName
{
background-color: #5C4166;
}
</style>
border-color css
<style>
span { border-color: #5C4166; }
span { border-color: rgb(92,65,102); }
td.TdClassName
{
border-color: #5C4166;
}
.TagClassName
{
border-color: #5C4166;
}
</style>