Shades of Honey Flower #5C2E74
Tints of Honey Flower #5C2E74
RGB
CMYK
RGB Variations
Color information
#5C2E74 (or 0x5C2E74) is known color: Honey Flower. HEX triplet: 5C, 2E and 74. RGB value is (92,46,116). Sum of RGB (Red+Green+Blue) = 92+46+116=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C2E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E74 is #A3D18B. Grayscale: #434343. Windows color (decimal): -10736012 or 7614044. OLE color: 7614044.
HSL color Cylindrical-coordinate representation of color #5C2E74: hue angle of 279.43º 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 #5C2E74 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 46 | 116 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.55 |
| HSL | 279.43º | 0.43% | 0.32% | - |
| HSV(B) | 279.43º | 0.6% | 0.45% | - |
| XYZ | 8.54 | 5.49 | 17.13 | - |
| YUV | 67.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 116 | 0.21 | 0.60 | 0 | 0.55 | 279.43 | 0.43 | 0.32 |
| Hex | 5C | 2E | 74 | 15 | 3C | 0 | 37 | 117 | 2B | 20 |
| Octal | 134 | 56 | 164 | 25 | 74 | 0 | 67 | 427 | 53 | 40 |
| Binary | 1011100 | 101110 | 1110100 | 10101 | 111100 | 0 | 110111 | 100010111 | 101011 | 100000 |
Color Harmonies of #5C2E74
Complementary color
Monochromatic Colors of #5C2E74
Black with #5C2E74
Text Example
Text Example
White with #5C2E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E74; }
p { color: rgb(92,46,116); }
H1.HeaderClassName
{
color: #5C2E74;
}
.AnyTagClassName
{
color: #5C2E74;
}
</style>
background-color css
<style>
a { background-color: #5C2E74; }
a { background-color: rgb(92,46,116); }
div.DivClassName
{
background-color: #5C2E74;
}
.BgClassName
{
background-color: #5C2E74;
}
</style>
border-color css
<style>
span { border-color: #5C2E74; }
span { border-color: rgb(92,46,116); }
td.TdClassName
{
border-color: #5C2E74;
}
.TagClassName
{
border-color: #5C2E74;
}
</style>