Shades of Honey Flower #5C3E70
Tints of Honey Flower #5C3E70
RGB
CMYK
RGB Variations
Color information
#5C3E70 (or 0x5C3E70) is known color: Honey Flower. HEX triplet: 5C, 3E and 70. RGB value is (92,62,112). Sum of RGB (Red+Green+Blue) = 92+62+112=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C3E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3E70 is #A3C18F. Grayscale: #4C4C4C. Windows color (decimal): -10731920 or 7355996. OLE color: 7355996.
HSL color Cylindrical-coordinate representation of color #5C3E70: hue angle of 276º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C3E70 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 62 | 112 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.56 |
| HSL | 276º | 0.29% | 0.34% | - |
| HSV(B) | 276º | 0.45% | 0.44% | - |
| XYZ | 9.06 | 6.89 | 16.18 | - |
| YUV | 76.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 62 | 112 | 0.18 | 0.45 | 0 | 0.56 | 276 | 0.29 | 0.34 |
| Hex | 5C | 3E | 70 | 12 | 2D | 0 | 38 | 114 | 1D | 22 |
| Octal | 134 | 76 | 160 | 22 | 55 | 0 | 70 | 424 | 35 | 42 |
| Binary | 1011100 | 111110 | 1110000 | 10010 | 101101 | 0 | 111000 | 100010100 | 11101 | 100010 |
Color Harmonies of #5C3E70
Complementary color
Monochromatic Colors of #5C3E70
Black with #5C3E70
Text Example
Text Example
White with #5C3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3E70; }
p { color: rgb(92,62,112); }
H1.HeaderClassName
{
color: #5C3E70;
}
.AnyTagClassName
{
color: #5C3E70;
}
</style>
background-color css
<style>
a { background-color: #5C3E70; }
a { background-color: rgb(92,62,112); }
div.DivClassName
{
background-color: #5C3E70;
}
.BgClassName
{
background-color: #5C3E70;
}
</style>
border-color css
<style>
span { border-color: #5C3E70; }
span { border-color: rgb(92,62,112); }
td.TdClassName
{
border-color: #5C3E70;
}
.TagClassName
{
border-color: #5C3E70;
}
</style>