Shades of Honey Flower #5C4767
Tints of Honey Flower #5C4767
RGB
CMYK
RGB Variations
Color information
#5C4767 (or 0x5C4767) is known color: Honey Flower. HEX triplet: 5C, 47 and 67. RGB value is (92,71,103). Sum of RGB (Red+Green+Blue) = 92+71+103=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C4767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4767 is #A3B898. Grayscale: #505050. Windows color (decimal): -10729625 or 6768476. OLE color: 6768476.
HSL color Cylindrical-coordinate representation of color #5C4767: hue angle of 279.38º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C4767 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 71 | 103 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.60 |
| HSL | 279.38º | 0.18% | 0.34% | - |
| HSV(B) | 279.38º | 0.31% | 0.4% | - |
| XYZ | 9.12 | 7.76 | 13.85 | - |
| YUV | 80.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 103 | 0.11 | 0.31 | 0 | 0.60 | 279.38 | 0.18 | 0.34 |
| Hex | 5C | 47 | 67 | B | 1F | 0 | 3C | 117 | 12 | 22 |
| Octal | 134 | 107 | 147 | 13 | 37 | 0 | 74 | 427 | 22 | 42 |
| Binary | 1011100 | 1000111 | 1100111 | 1011 | 11111 | 0 | 111100 | 100010111 | 10010 | 100010 |
Color Harmonies of #5C4767
Complementary color
Monochromatic Colors of #5C4767
Black with #5C4767
Text Example
Text Example
White with #5C4767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4767; }
p { color: rgb(92,71,103); }
H1.HeaderClassName
{
color: #5C4767;
}
.AnyTagClassName
{
color: #5C4767;
}
</style>
background-color css
<style>
a { background-color: #5C4767; }
a { background-color: rgb(92,71,103); }
div.DivClassName
{
background-color: #5C4767;
}
.BgClassName
{
background-color: #5C4767;
}
</style>
border-color css
<style>
span { border-color: #5C4767; }
span { border-color: rgb(92,71,103); }
td.TdClassName
{
border-color: #5C4767;
}
.TagClassName
{
border-color: #5C4767;
}
</style>