Shades of Honey Flower #5C3C72
Tints of Honey Flower #5C3C72
RGB
CMYK
RGB Variations
Color information
#5C3C72 (or 0x5C3C72) is known color: Honey Flower. HEX triplet: 5C, 3C and 72. RGB value is (92,60,114). Sum of RGB (Red+Green+Blue) = 92+60+114=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C3C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3C72 is #A3C38D. Grayscale: #4B4B4B. Windows color (decimal): -10732430 or 7486556. OLE color: 7486556.
HSL color Cylindrical-coordinate representation of color #5C3C72: hue angle of 275.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C3C72 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 60 | 114 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.55 |
| HSL | 275.56º | 0.31% | 0.34% | - |
| HSV(B) | 275.56º | 0.47% | 0.45% | - |
| XYZ | 9.07 | 6.72 | 16.74 | - |
| YUV | 75.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 114 | 0.19 | 0.47 | 0 | 0.55 | 275.56 | 0.31 | 0.34 |
| Hex | 5C | 3C | 72 | 13 | 2F | 0 | 37 | 114 | 1F | 22 |
| Octal | 134 | 74 | 162 | 23 | 57 | 0 | 67 | 424 | 37 | 42 |
| Binary | 1011100 | 111100 | 1110010 | 10011 | 101111 | 0 | 110111 | 100010100 | 11111 | 100010 |
Color Harmonies of #5C3C72
Complementary color
Monochromatic Colors of #5C3C72
Black with #5C3C72
Text Example
Text Example
White with #5C3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3C72; }
p { color: rgb(92,60,114); }
H1.HeaderClassName
{
color: #5C3C72;
}
.AnyTagClassName
{
color: #5C3C72;
}
</style>
background-color css
<style>
a { background-color: #5C3C72; }
a { background-color: rgb(92,60,114); }
div.DivClassName
{
background-color: #5C3C72;
}
.BgClassName
{
background-color: #5C3C72;
}
</style>
border-color css
<style>
span { border-color: #5C3C72; }
span { border-color: rgb(92,60,114); }
td.TdClassName
{
border-color: #5C3C72;
}
.TagClassName
{
border-color: #5C3C72;
}
</style>