Shades of Honey Flower #562C66
Tints of Honey Flower #562C66
RGB
CMYK
RGB Variations
Color information
#562C66 (or 0x562C66) is known color: Honey Flower. HEX triplet: 56, 2C and 66. RGB value is (86,44,102). Sum of RGB (Red+Green+Blue) = 86+44+102=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #562C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C66 is #A9D399. Grayscale: #3E3E3E. Windows color (decimal): -11129754 or 6696022. OLE color: 6696022.
HSL color Cylindrical-coordinate representation of color #562C66: hue angle of 283.45º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562C66 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 44 | 102 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.6 |
| HSL | 283.45º | 0.4% | 0.29% | - |
| HSV(B) | 283.45º | 0.57% | 0.4% | - |
| XYZ | 7.14 | 4.74 | 13.11 | - |
| YUV | 63.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 102 | 0.16 | 0.57 | 0 | 0.6 | 283.45 | 0.4 | 0.29 |
| Hex | 56 | 2C | 66 | 10 | 39 | 0 | 3C | 11B | 28 | 1D |
| Octal | 126 | 54 | 146 | 20 | 71 | 0 | 74 | 433 | 50 | 35 |
| Binary | 1010110 | 101100 | 1100110 | 10000 | 111001 | 0 | 111100 | 100011011 | 101000 | 11101 |
Color Harmonies of #562C66
Complementary color
Monochromatic Colors of #562C66
Black with #562C66
Text Example
Text Example
White with #562C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C66; }
p { color: rgb(86,44,102); }
H1.HeaderClassName
{
color: #562C66;
}
.AnyTagClassName
{
color: #562C66;
}
</style>
background-color css
<style>
a { background-color: #562C66; }
a { background-color: rgb(86,44,102); }
div.DivClassName
{
background-color: #562C66;
}
.BgClassName
{
background-color: #562C66;
}
</style>
border-color css
<style>
span { border-color: #562C66; }
span { border-color: rgb(86,44,102); }
td.TdClassName
{
border-color: #562C66;
}
.TagClassName
{
border-color: #562C66;
}
</style>