Shades of Honey Flower #562D67
Tints of Honey Flower #562D67
RGB
CMYK
RGB Variations
Color information
#562D67 (or 0x562D67) is known color: Honey Flower. HEX triplet: 56, 2D and 67. RGB value is (86,45,103). Sum of RGB (Red+Green+Blue) = 86+45+103=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #562D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D67 is #A9D298. Grayscale: #3F3F3F. Windows color (decimal): -11129497 or 6761814. OLE color: 6761814.
HSL color Cylindrical-coordinate representation of color #562D67: hue angle of 282.41º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #562D67 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 45 | 103 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.60 |
| HSL | 282.41º | 0.39% | 0.29% | - |
| HSV(B) | 282.41º | 0.56% | 0.4% | - |
| XYZ | 7.22 | 4.83 | 13.38 | - |
| YUV | 63.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 103 | 0.17 | 0.56 | 0 | 0.60 | 282.41 | 0.39 | 0.29 |
| Hex | 56 | 2D | 67 | 11 | 38 | 0 | 3C | 11A | 27 | 1D |
| Octal | 126 | 55 | 147 | 21 | 70 | 0 | 74 | 432 | 47 | 35 |
| Binary | 1010110 | 101101 | 1100111 | 10001 | 111000 | 0 | 111100 | 100011010 | 100111 | 11101 |
Color Harmonies of #562D67
Complementary color
Monochromatic Colors of #562D67
Black with #562D67
Text Example
Text Example
White with #562D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D67; }
p { color: rgb(86,45,103); }
H1.HeaderClassName
{
color: #562D67;
}
.AnyTagClassName
{
color: #562D67;
}
</style>
background-color css
<style>
a { background-color: #562D67; }
a { background-color: rgb(86,45,103); }
div.DivClassName
{
background-color: #562D67;
}
.BgClassName
{
background-color: #562D67;
}
</style>
border-color css
<style>
span { border-color: #562D67; }
span { border-color: rgb(86,45,103); }
td.TdClassName
{
border-color: #562D67;
}
.TagClassName
{
border-color: #562D67;
}
</style>