Shades of Honey Flower #562B67
Tints of Honey Flower #562B67
RGB
CMYK
RGB Variations
Color information
#562B67 (or 0x562B67) is known color: Honey Flower. HEX triplet: 56, 2B and 67. RGB value is (86,43,103). Sum of RGB (Red+Green+Blue) = 86+43+103=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #562B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B67 is #A9D498. Grayscale: #3E3E3E. Windows color (decimal): -11130009 or 6761302. OLE color: 6761302.
HSL color Cylindrical-coordinate representation of color #562B67: hue angle of 283º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #562B67 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 43 | 103 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.60 |
| HSL | 283º | 0.41% | 0.29% | - |
| HSV(B) | 283º | 0.58% | 0.4% | - |
| XYZ | 7.15 | 4.69 | 13.36 | - |
| YUV | 62.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 103 | 0.17 | 0.58 | 0 | 0.60 | 283 | 0.41 | 0.29 |
| Hex | 56 | 2B | 67 | 11 | 3A | 0 | 3C | 11B | 29 | 1D |
| Octal | 126 | 53 | 147 | 21 | 72 | 0 | 74 | 433 | 51 | 35 |
| Binary | 1010110 | 101011 | 1100111 | 10001 | 111010 | 0 | 111100 | 100011011 | 101001 | 11101 |
Color Harmonies of #562B67
Complementary color
Monochromatic Colors of #562B67
Black with #562B67
Text Example
Text Example
White with #562B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B67; }
p { color: rgb(86,43,103); }
H1.HeaderClassName
{
color: #562B67;
}
.AnyTagClassName
{
color: #562B67;
}
</style>
background-color css
<style>
a { background-color: #562B67; }
a { background-color: rgb(86,43,103); }
div.DivClassName
{
background-color: #562B67;
}
.BgClassName
{
background-color: #562B67;
}
</style>
border-color css
<style>
span { border-color: #562B67; }
span { border-color: rgb(86,43,103); }
td.TdClassName
{
border-color: #562B67;
}
.TagClassName
{
border-color: #562B67;
}
</style>