Shades of Honey Flower #5C2872
Tints of Honey Flower #5C2872
RGB
CMYK
RGB Variations
Color information
#5C2872 (or 0x5C2872) is known color: Honey Flower. HEX triplet: 5C, 28 and 72. RGB value is (92,40,114). Sum of RGB (Red+Green+Blue) = 92+40+114=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C2872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2872 is #A3D78D. Grayscale: #3F3F3F. Windows color (decimal): -10737550 or 7481436. OLE color: 7481436.
HSL color Cylindrical-coordinate representation of color #5C2872: hue angle of 282.16º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C2872 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 40 | 114 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.55 |
| HSL | 282.16º | 0.48% | 0.3% | - |
| HSV(B) | 282.16º | 0.65% | 0.45% | - |
| XYZ | 8.21 | 5.01 | 16.45 | - |
| YUV | 63.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 114 | 0.19 | 0.65 | 0 | 0.55 | 282.16 | 0.48 | 0.3 |
| Hex | 5C | 28 | 72 | 13 | 41 | 0 | 37 | 11A | 30 | 1E |
| Octal | 134 | 50 | 162 | 23 | 101 | 0 | 67 | 432 | 60 | 36 |
| Binary | 1011100 | 101000 | 1110010 | 10011 | 1000001 | 0 | 110111 | 100011010 | 110000 | 11110 |
Color Harmonies of #5C2872
Complementary color
Monochromatic Colors of #5C2872
Black with #5C2872
Text Example
Text Example
White with #5C2872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2872; }
p { color: rgb(92,40,114); }
H1.HeaderClassName
{
color: #5C2872;
}
.AnyTagClassName
{
color: #5C2872;
}
</style>
background-color css
<style>
a { background-color: #5C2872; }
a { background-color: rgb(92,40,114); }
div.DivClassName
{
background-color: #5C2872;
}
.BgClassName
{
background-color: #5C2872;
}
</style>
border-color css
<style>
span { border-color: #5C2872; }
span { border-color: rgb(92,40,114); }
td.TdClassName
{
border-color: #5C2872;
}
.TagClassName
{
border-color: #5C2872;
}
</style>