Shades of Honey Flower #54306B
Tints of Honey Flower #54306B
RGB
CMYK
RGB Variations
Color information
#54306B (or 0x54306B) is known color: Honey Flower. HEX triplet: 54, 30 and 6B. RGB value is (84,48,107). Sum of RGB (Red+Green+Blue) = 84+48+107=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #54306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54306B is #ABCF94. Grayscale: #414141. Windows color (decimal): -11259797 or 7024724. OLE color: 7024724.
HSL color Cylindrical-coordinate representation of color #54306B: hue angle of 276.61º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54306B is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 48 | 107 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.58 |
| HSL | 276.61º | 0.38% | 0.3% | - |
| HSV(B) | 276.61º | 0.55% | 0.42% | - |
| XYZ | 7.37 | 5.06 | 14.5 | - |
| YUV | 65.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 107 | 0.21 | 0.55 | 0 | 0.58 | 276.61 | 0.38 | 0.3 |
| Hex | 54 | 30 | 6B | 15 | 37 | 0 | 3A | 115 | 26 | 1E |
| Octal | 124 | 60 | 153 | 25 | 67 | 0 | 72 | 425 | 46 | 36 |
| Binary | 1010100 | 110000 | 1101011 | 10101 | 110111 | 0 | 111010 | 100010101 | 100110 | 11110 |
Color Harmonies of #54306B
Complementary color
Monochromatic Colors of #54306B
Black with #54306B
Text Example
Text Example
White with #54306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54306B; }
p { color: rgb(84,48,107); }
H1.HeaderClassName
{
color: #54306B;
}
.AnyTagClassName
{
color: #54306B;
}
</style>
background-color css
<style>
a { background-color: #54306B; }
a { background-color: rgb(84,48,107); }
div.DivClassName
{
background-color: #54306B;
}
.BgClassName
{
background-color: #54306B;
}
</style>
border-color css
<style>
span { border-color: #54306B; }
span { border-color: rgb(84,48,107); }
td.TdClassName
{
border-color: #54306B;
}
.TagClassName
{
border-color: #54306B;
}
</style>