Shades of Honey Flower #5C3765
Tints of Honey Flower #5C3765
RGB
CMYK
RGB Variations
Color information
#5C3765 (or 0x5C3765) is known color: Honey Flower. HEX triplet: 5C, 37 and 65. RGB value is (92,55,101). Sum of RGB (Red+Green+Blue) = 92+55+101=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3765 is #A3C89A. Grayscale: #474747. Windows color (decimal): -10733723 or 6633308. OLE color: 6633308.
HSL color Cylindrical-coordinate representation of color #5C3765: hue angle of 288.26º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C3765 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 55 | 101 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.60 |
| HSL | 288.26º | 0.29% | 0.31% | - |
| HSV(B) | 288.26º | 0.46% | 0.4% | - |
| XYZ | 8.13 | 5.95 | 13.03 | - |
| YUV | 71.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 101 | 0.09 | 0.46 | 0 | 0.60 | 288.26 | 0.29 | 0.31 |
| Hex | 5C | 37 | 65 | 9 | 2E | 0 | 3C | 120 | 1D | 1F |
| Octal | 134 | 67 | 145 | 11 | 56 | 0 | 74 | 440 | 35 | 37 |
| Binary | 1011100 | 110111 | 1100101 | 1001 | 101110 | 0 | 111100 | 100100000 | 11101 | 11111 |
Color Harmonies of #5C3765
Complementary color
Monochromatic Colors of #5C3765
Black with #5C3765
Text Example
Text Example
White with #5C3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3765; }
p { color: rgb(92,55,101); }
H1.HeaderClassName
{
color: #5C3765;
}
.AnyTagClassName
{
color: #5C3765;
}
</style>
background-color css
<style>
a { background-color: #5C3765; }
a { background-color: rgb(92,55,101); }
div.DivClassName
{
background-color: #5C3765;
}
.BgClassName
{
background-color: #5C3765;
}
</style>
border-color css
<style>
span { border-color: #5C3765; }
span { border-color: rgb(92,55,101); }
td.TdClassName
{
border-color: #5C3765;
}
.TagClassName
{
border-color: #5C3765;
}
</style>