Shades of Honey Flower #542D67
Tints of Honey Flower #542D67
RGB
CMYK
RGB Variations
Color information
#542D67 (or 0x542D67) is known color: Honey Flower. HEX triplet: 54, 2D and 67. RGB value is (84,45,103). Sum of RGB (Red+Green+Blue) = 84+45+103=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 45 (17.97% from 255 or 19.40% 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 #542D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D67 is #ABD298. Grayscale: #3F3F3F. Windows color (decimal): -11260569 or 6761812. OLE color: 6761812.
HSL color Cylindrical-coordinate representation of color #542D67: hue angle of 280.34º 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 #542D67 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 45 | 103 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.60 |
| HSL | 280.34º | 0.39% | 0.29% | - |
| HSV(B) | 280.34º | 0.56% | 0.4% | - |
| XYZ | 7.04 | 4.74 | 13.38 | - |
| YUV | 63.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 103 | 0.18 | 0.56 | 0 | 0.60 | 280.34 | 0.39 | 0.29 |
| Hex | 54 | 2D | 67 | 12 | 38 | 0 | 3C | 118 | 27 | 1D |
| Octal | 124 | 55 | 147 | 22 | 70 | 0 | 74 | 430 | 47 | 35 |
| Binary | 1010100 | 101101 | 1100111 | 10010 | 111000 | 0 | 111100 | 100011000 | 100111 | 11101 |
Color Harmonies of #542D67
Complementary color
Monochromatic Colors of #542D67
Black with #542D67
Text Example
Text Example
White with #542D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D67; }
p { color: rgb(84,45,103); }
H1.HeaderClassName
{
color: #542D67;
}
.AnyTagClassName
{
color: #542D67;
}
</style>
background-color css
<style>
a { background-color: #542D67; }
a { background-color: rgb(84,45,103); }
div.DivClassName
{
background-color: #542D67;
}
.BgClassName
{
background-color: #542D67;
}
</style>
border-color css
<style>
span { border-color: #542D67; }
span { border-color: rgb(84,45,103); }
td.TdClassName
{
border-color: #542D67;
}
.TagClassName
{
border-color: #542D67;
}
</style>