Shades of Honey Flower #5C2176
Tints of Honey Flower #5C2176
RGB
CMYK
RGB Variations
Color information
#5C2176 (or 0x5C2176) is known color: Honey Flower. HEX triplet: 5C, 21 and 76. RGB value is (92,33,118). Sum of RGB (Red+Green+Blue) = 92+33+118=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C2176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2176 is #A3DE89. Grayscale: #3C3C3C. Windows color (decimal): -10739338 or 7741788. OLE color: 7741788.
HSL color Cylindrical-coordinate representation of color #5C2176: hue angle of 281.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C2176 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 33 | 118 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.54 |
| HSL | 281.65º | 0.56% | 0.3% | - |
| HSV(B) | 281.65º | 0.72% | 0.46% | - |
| XYZ | 8.23 | 4.67 | 17.61 | - |
| YUV | 60.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 118 | 0.22 | 0.72 | 0 | 0.54 | 281.65 | 0.56 | 0.3 |
| Hex | 5C | 21 | 76 | 16 | 48 | 0 | 36 | 11A | 38 | 1E |
| Octal | 134 | 41 | 166 | 26 | 110 | 0 | 66 | 432 | 70 | 36 |
| Binary | 1011100 | 100001 | 1110110 | 10110 | 1001000 | 0 | 110110 | 100011010 | 111000 | 11110 |
Color Harmonies of #5C2176
Complementary color
Monochromatic Colors of #5C2176
Black with #5C2176
Text Example
Text Example
White with #5C2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2176; }
p { color: rgb(92,33,118); }
H1.HeaderClassName
{
color: #5C2176;
}
.AnyTagClassName
{
color: #5C2176;
}
</style>
background-color css
<style>
a { background-color: #5C2176; }
a { background-color: rgb(92,33,118); }
div.DivClassName
{
background-color: #5C2176;
}
.BgClassName
{
background-color: #5C2176;
}
</style>
border-color css
<style>
span { border-color: #5C2176; }
span { border-color: rgb(92,33,118); }
td.TdClassName
{
border-color: #5C2176;
}
.TagClassName
{
border-color: #5C2176;
}
</style>