Shades of Honey Flower #5C2970
Tints of Honey Flower #5C2970
RGB
CMYK
RGB Variations
Color information
#5C2970 (or 0x5C2970) is known color: Honey Flower. HEX triplet: 5C, 29 and 70. RGB value is (92,41,112). Sum of RGB (Red+Green+Blue) = 92+41+112=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C2970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2970 is #A3D68F. Grayscale: #404040. Windows color (decimal): -10737296 or 7350620. OLE color: 7350620.
HSL color Cylindrical-coordinate representation of color #5C2970: hue angle of 283.1º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C2970 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 41 | 112 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.56 |
| HSL | 283.1º | 0.46% | 0.3% | - |
| HSV(B) | 283.1º | 0.63% | 0.44% | - |
| XYZ | 8.13 | 5.03 | 15.87 | - |
| YUV | 64.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 112 | 0.18 | 0.63 | 0 | 0.56 | 283.1 | 0.46 | 0.3 |
| Hex | 5C | 29 | 70 | 12 | 3F | 0 | 38 | 11B | 2E | 1E |
| Octal | 134 | 51 | 160 | 22 | 77 | 0 | 70 | 433 | 56 | 36 |
| Binary | 1011100 | 101001 | 1110000 | 10010 | 111111 | 0 | 111000 | 100011011 | 101110 | 11110 |
Color Harmonies of #5C2970
Complementary color
Monochromatic Colors of #5C2970
Black with #5C2970
Text Example
Text Example
White with #5C2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2970; }
p { color: rgb(92,41,112); }
H1.HeaderClassName
{
color: #5C2970;
}
.AnyTagClassName
{
color: #5C2970;
}
</style>
background-color css
<style>
a { background-color: #5C2970; }
a { background-color: rgb(92,41,112); }
div.DivClassName
{
background-color: #5C2970;
}
.BgClassName
{
background-color: #5C2970;
}
</style>
border-color css
<style>
span { border-color: #5C2970; }
span { border-color: rgb(92,41,112); }
td.TdClassName
{
border-color: #5C2970;
}
.TagClassName
{
border-color: #5C2970;
}
</style>