Shades of Honey Flower #5C476C
Tints of Honey Flower #5C476C
RGB
CMYK
RGB Variations
Color information
#5C476C (or 0x5C476C) is known color: Honey Flower. HEX triplet: 5C, 47 and 6C. RGB value is (92,71,108). Sum of RGB (Red+Green+Blue) = 92+71+108=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C476C is #A3B893. Grayscale: #515151. Windows color (decimal): -10729620 or 7096156. OLE color: 7096156.
HSL color Cylindrical-coordinate representation of color #5C476C: hue angle of 274.05º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C476C is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 71 | 108 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.58 |
| HSL | 274.05º | 0.21% | 0.35% | - |
| HSV(B) | 274.05º | 0.34% | 0.42% | - |
| XYZ | 9.37 | 7.86 | 15.21 | - |
| YUV | 81.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 108 | 0.15 | 0.34 | 0 | 0.58 | 274.05 | 0.21 | 0.35 |
| Hex | 5C | 47 | 6C | F | 22 | 0 | 3A | 112 | 15 | 23 |
| Octal | 134 | 107 | 154 | 17 | 42 | 0 | 72 | 422 | 25 | 43 |
| Binary | 1011100 | 1000111 | 1101100 | 1111 | 100010 | 0 | 111010 | 100010010 | 10101 | 100011 |
Color Harmonies of #5C476C
Complementary color
Monochromatic Colors of #5C476C
Black with #5C476C
Text Example
Text Example
White with #5C476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C476C; }
p { color: rgb(92,71,108); }
H1.HeaderClassName
{
color: #5C476C;
}
.AnyTagClassName
{
color: #5C476C;
}
</style>
background-color css
<style>
a { background-color: #5C476C; }
a { background-color: rgb(92,71,108); }
div.DivClassName
{
background-color: #5C476C;
}
.BgClassName
{
background-color: #5C476C;
}
</style>
border-color css
<style>
span { border-color: #5C476C; }
span { border-color: rgb(92,71,108); }
td.TdClassName
{
border-color: #5C476C;
}
.TagClassName
{
border-color: #5C476C;
}
</style>