Shades of Honey Flower #5C3569
Tints of Honey Flower #5C3569
RGB
CMYK
RGB Variations
Color information
#5C3569 (or 0x5C3569) is known color: Honey Flower. HEX triplet: 5C, 35 and 69. RGB value is (92,53,105). Sum of RGB (Red+Green+Blue) = 92+53+105=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C3569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3569 is #A3CA96. Grayscale: #464646. Windows color (decimal): -10734231 or 6894940. OLE color: 6894940.
HSL color Cylindrical-coordinate representation of color #5C3569: hue angle of 285º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C3569 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 53 | 105 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.59 |
| HSL | 285º | 0.33% | 0.31% | - |
| HSV(B) | 285º | 0.5% | 0.41% | - |
| XYZ | 8.24 | 5.84 | 14.06 | - |
| YUV | 70.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 105 | 0.12 | 0.50 | 0 | 0.59 | 285 | 0.33 | 0.31 |
| Hex | 5C | 35 | 69 | C | 32 | 0 | 3B | 11D | 21 | 1F |
| Octal | 134 | 65 | 151 | 14 | 62 | 0 | 73 | 435 | 41 | 37 |
| Binary | 1011100 | 110101 | 1101001 | 1100 | 110010 | 0 | 111011 | 100011101 | 100001 | 11111 |
Color Harmonies of #5C3569
Complementary color
Monochromatic Colors of #5C3569
Black with #5C3569
Text Example
Text Example
White with #5C3569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3569; }
p { color: rgb(92,53,105); }
H1.HeaderClassName
{
color: #5C3569;
}
.AnyTagClassName
{
color: #5C3569;
}
</style>
background-color css
<style>
a { background-color: #5C3569; }
a { background-color: rgb(92,53,105); }
div.DivClassName
{
background-color: #5C3569;
}
.BgClassName
{
background-color: #5C3569;
}
</style>
border-color css
<style>
span { border-color: #5C3569; }
span { border-color: rgb(92,53,105); }
td.TdClassName
{
border-color: #5C3569;
}
.TagClassName
{
border-color: #5C3569;
}
</style>