Shades of Honey Flower #5C366B
Tints of Honey Flower #5C366B
RGB
CMYK
RGB Variations
Color information
#5C366B (or 0x5C366B) is known color: Honey Flower. HEX triplet: 5C, 36 and 6B. RGB value is (92,54,107). Sum of RGB (Red+Green+Blue) = 92+54+107=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C366B is #A3C994. Grayscale: #474747. Windows color (decimal): -10733973 or 7026268. OLE color: 7026268.
HSL color Cylindrical-coordinate representation of color #5C366B: hue angle of 283.02º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C366B is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 54 | 107 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.58 |
| HSL | 283.02º | 0.33% | 0.32% | - |
| HSV(B) | 283.02º | 0.5% | 0.42% | - |
| XYZ | 8.39 | 5.98 | 14.62 | - |
| YUV | 71.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 107 | 0.14 | 0.50 | 0 | 0.58 | 283.02 | 0.33 | 0.32 |
| Hex | 5C | 36 | 6B | E | 32 | 0 | 3A | 11B | 21 | 20 |
| Octal | 134 | 66 | 153 | 16 | 62 | 0 | 72 | 433 | 41 | 40 |
| Binary | 1011100 | 110110 | 1101011 | 1110 | 110010 | 0 | 111010 | 100011011 | 100001 | 100000 |
Color Harmonies of #5C366B
Complementary color
Monochromatic Colors of #5C366B
Black with #5C366B
Text Example
Text Example
White with #5C366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C366B; }
p { color: rgb(92,54,107); }
H1.HeaderClassName
{
color: #5C366B;
}
.AnyTagClassName
{
color: #5C366B;
}
</style>
background-color css
<style>
a { background-color: #5C366B; }
a { background-color: rgb(92,54,107); }
div.DivClassName
{
background-color: #5C366B;
}
.BgClassName
{
background-color: #5C366B;
}
</style>
border-color css
<style>
span { border-color: #5C366B; }
span { border-color: rgb(92,54,107); }
td.TdClassName
{
border-color: #5C366B;
}
.TagClassName
{
border-color: #5C366B;
}
</style>