Shades of Honey Flower #5C4472
Tints of Honey Flower #5C4472
RGB
CMYK
RGB Variations
Color information
#5C4472 (or 0x5C4472) is known color: Honey Flower. HEX triplet: 5C, 44 and 72. RGB value is (92,68,114). Sum of RGB (Red+Green+Blue) = 92+68+114=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C4472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4472 is #A3BB8D. Grayscale: #505050. Windows color (decimal): -10730382 or 7488604. OLE color: 7488604.
HSL color Cylindrical-coordinate representation of color #5C4472: hue angle of 271.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C4472 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 68 | 114 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.55 |
| HSL | 271.3º | 0.25% | 0.36% | - |
| HSV(B) | 271.3º | 0.4% | 0.45% | - |
| XYZ | 9.52 | 7.62 | 16.89 | - |
| YUV | 80.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 114 | 0.19 | 0.40 | 0 | 0.55 | 271.3 | 0.25 | 0.36 |
| Hex | 5C | 44 | 72 | 13 | 28 | 0 | 37 | 10F | 19 | 24 |
| Octal | 134 | 104 | 162 | 23 | 50 | 0 | 67 | 417 | 31 | 44 |
| Binary | 1011100 | 1000100 | 1110010 | 10011 | 101000 | 0 | 110111 | 100001111 | 11001 | 100100 |
Color Harmonies of #5C4472
Complementary color
Monochromatic Colors of #5C4472
Black with #5C4472
Text Example
Text Example
White with #5C4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4472; }
p { color: rgb(92,68,114); }
H1.HeaderClassName
{
color: #5C4472;
}
.AnyTagClassName
{
color: #5C4472;
}
</style>
background-color css
<style>
a { background-color: #5C4472; }
a { background-color: rgb(92,68,114); }
div.DivClassName
{
background-color: #5C4472;
}
.BgClassName
{
background-color: #5C4472;
}
</style>
border-color css
<style>
span { border-color: #5C4472; }
span { border-color: rgb(92,68,114); }
td.TdClassName
{
border-color: #5C4472;
}
.TagClassName
{
border-color: #5C4472;
}
</style>