Shades of Honey Flower #5C3074
Tints of Honey Flower #5C3074
RGB
CMYK
RGB Variations
Color information
#5C3074 (or 0x5C3074) is known color: Honey Flower. HEX triplet: 5C, 30 and 74. RGB value is (92,48,116). Sum of RGB (Red+Green+Blue) = 92+48+116=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C3074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3074 is #A3CF8B. Grayscale: #444444. Windows color (decimal): -10735500 or 7614556. OLE color: 7614556.
HSL color Cylindrical-coordinate representation of color #5C3074: hue angle of 278.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C3074 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 48 | 116 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.55 |
| HSL | 278.82º | 0.41% | 0.32% | - |
| HSV(B) | 278.82º | 0.59% | 0.45% | - |
| XYZ | 8.62 | 5.65 | 17.16 | - |
| YUV | 68.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 48 | 116 | 0.21 | 0.59 | 0 | 0.55 | 278.82 | 0.41 | 0.32 |
| Hex | 5C | 30 | 74 | 15 | 3B | 0 | 37 | 117 | 29 | 20 |
| Octal | 134 | 60 | 164 | 25 | 73 | 0 | 67 | 427 | 51 | 40 |
| Binary | 1011100 | 110000 | 1110100 | 10101 | 111011 | 0 | 110111 | 100010111 | 101001 | 100000 |
Color Harmonies of #5C3074
Complementary color
Monochromatic Colors of #5C3074
Black with #5C3074
Text Example
Text Example
White with #5C3074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3074; }
p { color: rgb(92,48,116); }
H1.HeaderClassName
{
color: #5C3074;
}
.AnyTagClassName
{
color: #5C3074;
}
</style>
background-color css
<style>
a { background-color: #5C3074; }
a { background-color: rgb(92,48,116); }
div.DivClassName
{
background-color: #5C3074;
}
.BgClassName
{
background-color: #5C3074;
}
</style>
border-color css
<style>
span { border-color: #5C3074; }
span { border-color: rgb(92,48,116); }
td.TdClassName
{
border-color: #5C3074;
}
.TagClassName
{
border-color: #5C3074;
}
</style>