Shades of Honey Flower #54316B
Tints of Honey Flower #54316B
RGB
CMYK
RGB Variations
Color information
#54316B (or 0x54316B) is known color: Honey Flower. HEX triplet: 54, 31 and 6B. RGB value is (84,49,107). Sum of RGB (Red+Green+Blue) = 84+49+107=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #54316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54316B is #ABCE94. Grayscale: #414141. Windows color (decimal): -11259541 or 7024980. OLE color: 7024980.
HSL color Cylindrical-coordinate representation of color #54316B: hue angle of 276.21º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54316B is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 49 | 107 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.58 |
| HSL | 276.21º | 0.37% | 0.31% | - |
| HSV(B) | 276.21º | 0.54% | 0.42% | - |
| XYZ | 7.41 | 5.14 | 14.51 | - |
| YUV | 66.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 107 | 0.21 | 0.54 | 0 | 0.58 | 276.21 | 0.37 | 0.31 |
| Hex | 54 | 31 | 6B | 15 | 36 | 0 | 3A | 114 | 25 | 1F |
| Octal | 124 | 61 | 153 | 25 | 66 | 0 | 72 | 424 | 45 | 37 |
| Binary | 1010100 | 110001 | 1101011 | 10101 | 110110 | 0 | 111010 | 100010100 | 100101 | 11111 |
Color Harmonies of #54316B
Complementary color
Monochromatic Colors of #54316B
Black with #54316B
Text Example
Text Example
White with #54316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54316B; }
p { color: rgb(84,49,107); }
H1.HeaderClassName
{
color: #54316B;
}
.AnyTagClassName
{
color: #54316B;
}
</style>
background-color css
<style>
a { background-color: #54316B; }
a { background-color: rgb(84,49,107); }
div.DivClassName
{
background-color: #54316B;
}
.BgClassName
{
background-color: #54316B;
}
</style>
border-color css
<style>
span { border-color: #54316B; }
span { border-color: rgb(84,49,107); }
td.TdClassName
{
border-color: #54316B;
}
.TagClassName
{
border-color: #54316B;
}
</style>