Shades of Honey Flower #5C3675
Tints of Honey Flower #5C3675
RGB
CMYK
RGB Variations
Color information
#5C3675 (or 0x5C3675) is known color: Honey Flower. HEX triplet: 5C, 36 and 75. RGB value is (92,54,117). Sum of RGB (Red+Green+Blue) = 92+54+117=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C3675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3675 is #A3C98A. Grayscale: #484848. Windows color (decimal): -10733963 or 7681628. OLE color: 7681628.
HSL color Cylindrical-coordinate representation of color #5C3675: hue angle of 276.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C3675 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 54 | 117 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.54 |
| HSL | 276.19º | 0.37% | 0.34% | - |
| HSV(B) | 276.19º | 0.54% | 0.46% | - |
| XYZ | 8.94 | 6.2 | 17.55 | - |
| YUV | 72.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 117 | 0.21 | 0.54 | 0 | 0.54 | 276.19 | 0.37 | 0.34 |
| Hex | 5C | 36 | 75 | 15 | 36 | 0 | 36 | 114 | 25 | 22 |
| Octal | 134 | 66 | 165 | 25 | 66 | 0 | 66 | 424 | 45 | 42 |
| Binary | 1011100 | 110110 | 1110101 | 10101 | 110110 | 0 | 110110 | 100010100 | 100101 | 100010 |
Color Harmonies of #5C3675
Complementary color
Monochromatic Colors of #5C3675
Black with #5C3675
Text Example
Text Example
White with #5C3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3675; }
p { color: rgb(92,54,117); }
H1.HeaderClassName
{
color: #5C3675;
}
.AnyTagClassName
{
color: #5C3675;
}
</style>
background-color css
<style>
a { background-color: #5C3675; }
a { background-color: rgb(92,54,117); }
div.DivClassName
{
background-color: #5C3675;
}
.BgClassName
{
background-color: #5C3675;
}
</style>
border-color css
<style>
span { border-color: #5C3675; }
span { border-color: rgb(92,54,117); }
td.TdClassName
{
border-color: #5C3675;
}
.TagClassName
{
border-color: #5C3675;
}
</style>