Shades of Honey Flower #562D70
Tints of Honey Flower #562D70
RGB
CMYK
RGB Variations
Color information
#562D70 (or 0x562D70) is known color: Honey Flower. HEX triplet: 56, 2D and 70. RGB value is (86,45,112). Sum of RGB (Red+Green+Blue) = 86+45+112=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #562D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D70 is #A9D28F. Grayscale: #404040. Windows color (decimal): -11129488 or 7351638. OLE color: 7351638.
HSL color Cylindrical-coordinate representation of color #562D70: hue angle of 276.72º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562D70 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 45 | 112 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.56 |
| HSL | 276.72º | 0.43% | 0.31% | - |
| HSV(B) | 276.72º | 0.6% | 0.44% | - |
| XYZ | 7.7 | 5.03 | 15.89 | - |
| YUV | 64.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 112 | 0.23 | 0.60 | 0 | 0.56 | 276.72 | 0.43 | 0.31 |
| Hex | 56 | 2D | 70 | 17 | 3C | 0 | 38 | 115 | 2B | 1F |
| Octal | 126 | 55 | 160 | 27 | 74 | 0 | 70 | 425 | 53 | 37 |
| Binary | 1010110 | 101101 | 1110000 | 10111 | 111100 | 0 | 111000 | 100010101 | 101011 | 11111 |
Color Harmonies of #562D70
Complementary color
Monochromatic Colors of #562D70
Black with #562D70
Text Example
Text Example
White with #562D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D70; }
p { color: rgb(86,45,112); }
H1.HeaderClassName
{
color: #562D70;
}
.AnyTagClassName
{
color: #562D70;
}
</style>
background-color css
<style>
a { background-color: #562D70; }
a { background-color: rgb(86,45,112); }
div.DivClassName
{
background-color: #562D70;
}
.BgClassName
{
background-color: #562D70;
}
</style>
border-color css
<style>
span { border-color: #562D70; }
span { border-color: rgb(86,45,112); }
td.TdClassName
{
border-color: #562D70;
}
.TagClassName
{
border-color: #562D70;
}
</style>