Shades of Honey Flower #5C2E73
Tints of Honey Flower #5C2E73
RGB
CMYK
RGB Variations
Color information
#5C2E73 (or 0x5C2E73) is known color: Honey Flower. HEX triplet: 5C, 2E and 73. RGB value is (92,46,115). Sum of RGB (Red+Green+Blue) = 92+46+115=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C2E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E73 is #A3D18C. Grayscale: #434343. Windows color (decimal): -10736013 or 7548508. OLE color: 7548508.
HSL color Cylindrical-coordinate representation of color #5C2E73: hue angle of 280º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C2E73 is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 46 | 115 | - |
| CMYK | 0.20 | 0.6 | 0 | 0.55 |
| HSL | 280º | 0.43% | 0.32% | - |
| HSV(B) | 280º | 0.6% | 0.45% | - |
| XYZ | 8.49 | 5.47 | 16.83 | - |
| YUV | 67.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 115 | 0.20 | 0.6 | 0 | 0.55 | 280 | 0.43 | 0.32 |
| Hex | 5C | 2E | 73 | 14 | 3C | 0 | 37 | 118 | 2B | 20 |
| Octal | 134 | 56 | 163 | 24 | 74 | 0 | 67 | 430 | 53 | 40 |
| Binary | 1011100 | 101110 | 1110011 | 10100 | 111100 | 0 | 110111 | 100011000 | 101011 | 100000 |
Color Harmonies of #5C2E73
Complementary color
Monochromatic Colors of #5C2E73
Black with #5C2E73
Text Example
Text Example
White with #5C2E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E73; }
p { color: rgb(92,46,115); }
H1.HeaderClassName
{
color: #5C2E73;
}
.AnyTagClassName
{
color: #5C2E73;
}
</style>
background-color css
<style>
a { background-color: #5C2E73; }
a { background-color: rgb(92,46,115); }
div.DivClassName
{
background-color: #5C2E73;
}
.BgClassName
{
background-color: #5C2E73;
}
</style>
border-color css
<style>
span { border-color: #5C2E73; }
span { border-color: rgb(92,46,115); }
td.TdClassName
{
border-color: #5C2E73;
}
.TagClassName
{
border-color: #5C2E73;
}
</style>