Shades of Honey Flower #5C4867
Tints of Honey Flower #5C4867
RGB
CMYK
RGB Variations
Color information
#5C4867 (or 0x5C4867) is known color: Honey Flower. HEX triplet: 5C, 48 and 67. RGB value is (92,72,103). Sum of RGB (Red+Green+Blue) = 92+72+103=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C4867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4867 is #A3B798. Grayscale: #515151. Windows color (decimal): -10729369 or 6768732. OLE color: 6768732.
HSL color Cylindrical-coordinate representation of color #5C4867: hue angle of 278.71º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C4867 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 72 | 103 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.60 |
| HSL | 278.71º | 0.18% | 0.34% | - |
| HSV(B) | 278.71º | 0.3% | 0.4% | - |
| XYZ | 9.18 | 7.89 | 13.87 | - |
| YUV | 81.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 103 | 0.11 | 0.30 | 0 | 0.60 | 278.71 | 0.18 | 0.34 |
| Hex | 5C | 48 | 67 | B | 1E | 0 | 3C | 117 | 12 | 22 |
| Octal | 134 | 110 | 147 | 13 | 36 | 0 | 74 | 427 | 22 | 42 |
| Binary | 1011100 | 1001000 | 1100111 | 1011 | 11110 | 0 | 111100 | 100010111 | 10010 | 100010 |
Color Harmonies of #5C4867
Complementary color
Monochromatic Colors of #5C4867
Black with #5C4867
Text Example
Text Example
White with #5C4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4867; }
p { color: rgb(92,72,103); }
H1.HeaderClassName
{
color: #5C4867;
}
.AnyTagClassName
{
color: #5C4867;
}
</style>
background-color css
<style>
a { background-color: #5C4867; }
a { background-color: rgb(92,72,103); }
div.DivClassName
{
background-color: #5C4867;
}
.BgClassName
{
background-color: #5C4867;
}
</style>
border-color css
<style>
span { border-color: #5C4867; }
span { border-color: rgb(92,72,103); }
td.TdClassName
{
border-color: #5C4867;
}
.TagClassName
{
border-color: #5C4867;
}
</style>