Shades of Honey Flower #5C4770
Tints of Honey Flower #5C4770
RGB
CMYK
RGB Variations
Color information
#5C4770 (or 0x5C4770) is known color: Honey Flower. HEX triplet: 5C, 47 and 70. RGB value is (92,71,112). Sum of RGB (Red+Green+Blue) = 92+71+112=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4770 is #A3B88F. Grayscale: #515151. Windows color (decimal): -10729616 or 7358300. OLE color: 7358300.
HSL color Cylindrical-coordinate representation of color #5C4770: hue angle of 270.73º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C4770 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 71 | 112 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.56 |
| HSL | 270.73º | 0.22% | 0.36% | - |
| HSV(B) | 270.73º | 0.37% | 0.44% | - |
| XYZ | 9.59 | 7.95 | 16.36 | - |
| YUV | 81.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 112 | 0.18 | 0.37 | 0 | 0.56 | 270.73 | 0.22 | 0.36 |
| Hex | 5C | 47 | 70 | 12 | 25 | 0 | 38 | 10F | 16 | 24 |
| Octal | 134 | 107 | 160 | 22 | 45 | 0 | 70 | 417 | 26 | 44 |
| Binary | 1011100 | 1000111 | 1110000 | 10010 | 100101 | 0 | 111000 | 100001111 | 10110 | 100100 |
Color Harmonies of #5C4770
Complementary color
Monochromatic Colors of #5C4770
Black with #5C4770
Text Example
Text Example
White with #5C4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4770; }
p { color: rgb(92,71,112); }
H1.HeaderClassName
{
color: #5C4770;
}
.AnyTagClassName
{
color: #5C4770;
}
</style>
background-color css
<style>
a { background-color: #5C4770; }
a { background-color: rgb(92,71,112); }
div.DivClassName
{
background-color: #5C4770;
}
.BgClassName
{
background-color: #5C4770;
}
</style>
border-color css
<style>
span { border-color: #5C4770; }
span { border-color: rgb(92,71,112); }
td.TdClassName
{
border-color: #5C4770;
}
.TagClassName
{
border-color: #5C4770;
}
</style>