Shades of Honey Flower #5C296D
Tints of Honey Flower #5C296D
RGB
CMYK
RGB Variations
Color information
#5C296D (or 0x5C296D) is known color: Honey Flower. HEX triplet: 5C, 29 and 6D. RGB value is (92,41,109). Sum of RGB (Red+Green+Blue) = 92+41+109=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C296D is #A3D692. Grayscale: #3F3F3F. Windows color (decimal): -10737299 or 7154012. OLE color: 7154012.
HSL color Cylindrical-coordinate representation of color #5C296D: hue angle of 285º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C296D is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 41 | 109 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.57 |
| HSL | 285º | 0.45% | 0.29% | - |
| HSV(B) | 285º | 0.62% | 0.43% | - |
| XYZ | 7.97 | 4.97 | 15.01 | - |
| YUV | 64 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 109 | 0.16 | 0.62 | 0 | 0.57 | 285 | 0.45 | 0.29 |
| Hex | 5C | 29 | 6D | 10 | 3E | 0 | 39 | 11D | 2D | 1D |
| Octal | 134 | 51 | 155 | 20 | 76 | 0 | 71 | 435 | 55 | 35 |
| Binary | 1011100 | 101001 | 1101101 | 10000 | 111110 | 0 | 111001 | 100011101 | 101101 | 11101 |
Color Harmonies of #5C296D
Complementary color
Monochromatic Colors of #5C296D
Black with #5C296D
Text Example
Text Example
White with #5C296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C296D; }
p { color: rgb(92,41,109); }
H1.HeaderClassName
{
color: #5C296D;
}
.AnyTagClassName
{
color: #5C296D;
}
</style>
background-color css
<style>
a { background-color: #5C296D; }
a { background-color: rgb(92,41,109); }
div.DivClassName
{
background-color: #5C296D;
}
.BgClassName
{
background-color: #5C296D;
}
</style>
border-color css
<style>
span { border-color: #5C296D; }
span { border-color: rgb(92,41,109); }
td.TdClassName
{
border-color: #5C296D;
}
.TagClassName
{
border-color: #5C296D;
}
</style>