Shades of Honey Flower #5C346B
Tints of Honey Flower #5C346B
RGB
CMYK
RGB Variations
Color information
#5C346B (or 0x5C346B) is known color: Honey Flower. HEX triplet: 5C, 34 and 6B. RGB value is (92,52,107). Sum of RGB (Red+Green+Blue) = 92+52+107=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C346B is #A3CB94. Grayscale: #464646. Windows color (decimal): -10734485 or 7025756. OLE color: 7025756.
HSL color Cylindrical-coordinate representation of color #5C346B: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C346B is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 92 | 52 | 107 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.58 |
| HSL | 283.64º | 0.35% | 0.31% | - |
| HSV(B) | 283.64º | 0.51% | 0.42% | - |
| XYZ | 8.3 | 5.79 | 14.59 | - |
| YUV | 70.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 107 | 0.14 | 0.51 | 0 | 0.58 | 283.64 | 0.35 | 0.31 |
| Hex | 5C | 34 | 6B | E | 33 | 0 | 3A | 11C | 23 | 1F |
| Octal | 134 | 64 | 153 | 16 | 63 | 0 | 72 | 434 | 43 | 37 |
| Binary | 1011100 | 110100 | 1101011 | 1110 | 110011 | 0 | 111010 | 100011100 | 100011 | 11111 |
Color Harmonies of #5C346B
Complementary color
Monochromatic Colors of #5C346B
Black with #5C346B
Text Example
Text Example
White with #5C346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C346B; }
p { color: rgb(92,52,107); }
H1.HeaderClassName
{
color: #5C346B;
}
.AnyTagClassName
{
color: #5C346B;
}
</style>
background-color css
<style>
a { background-color: #5C346B; }
a { background-color: rgb(92,52,107); }
div.DivClassName
{
background-color: #5C346B;
}
.BgClassName
{
background-color: #5C346B;
}
</style>
border-color css
<style>
span { border-color: #5C346B; }
span { border-color: rgb(92,52,107); }
td.TdClassName
{
border-color: #5C346B;
}
.TagClassName
{
border-color: #5C346B;
}
</style>