Shades of Honey Flower #54306D
Tints of Honey Flower #54306D
RGB
CMYK
RGB Variations
Color information
#54306D (or 0x54306D) is known color: Honey Flower. HEX triplet: 54, 30 and 6D. RGB value is (84,48,109). Sum of RGB (Red+Green+Blue) = 84+48+109=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #54306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54306D is #ABCF92. Grayscale: #414141. Windows color (decimal): -11259795 or 7155796. OLE color: 7155796.
HSL color Cylindrical-coordinate representation of color #54306D: hue angle of 275.41º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54306D is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 48 | 109 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.57 |
| HSL | 275.41º | 0.39% | 0.31% | - |
| HSV(B) | 275.41º | 0.56% | 0.43% | - |
| XYZ | 7.47 | 5.1 | 15.06 | - |
| YUV | 65.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 109 | 0.23 | 0.56 | 0 | 0.57 | 275.41 | 0.39 | 0.31 |
| Hex | 54 | 30 | 6D | 17 | 38 | 0 | 39 | 113 | 27 | 1F |
| Octal | 124 | 60 | 155 | 27 | 70 | 0 | 71 | 423 | 47 | 37 |
| Binary | 1010100 | 110000 | 1101101 | 10111 | 111000 | 0 | 111001 | 100010011 | 100111 | 11111 |
Color Harmonies of #54306D
Complementary color
Monochromatic Colors of #54306D
Black with #54306D
Text Example
Text Example
White with #54306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54306D; }
p { color: rgb(84,48,109); }
H1.HeaderClassName
{
color: #54306D;
}
.AnyTagClassName
{
color: #54306D;
}
</style>
background-color css
<style>
a { background-color: #54306D; }
a { background-color: rgb(84,48,109); }
div.DivClassName
{
background-color: #54306D;
}
.BgClassName
{
background-color: #54306D;
}
</style>
border-color css
<style>
span { border-color: #54306D; }
span { border-color: rgb(84,48,109); }
td.TdClassName
{
border-color: #54306D;
}
.TagClassName
{
border-color: #54306D;
}
</style>