Shades of Honey Flower #54386B
Tints of Honey Flower #54386B
RGB
CMYK
RGB Variations
Color information
#54386B (or 0x54386B) is known color: Honey Flower. HEX triplet: 54, 38 and 6B. RGB value is (84,56,107). Sum of RGB (Red+Green+Blue) = 84+56+107=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #54386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54386B is #ABC794. Grayscale: #464646. Windows color (decimal): -11257749 or 7026772. OLE color: 7026772.
HSL color Cylindrical-coordinate representation of color #54386B: hue angle of 272.94º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54386B is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 56 | 107 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.58 |
| HSL | 272.94º | 0.31% | 0.32% | - |
| HSV(B) | 272.94º | 0.48% | 0.42% | - |
| XYZ | 7.72 | 5.77 | 14.62 | - |
| YUV | 70.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 107 | 0.21 | 0.48 | 0 | 0.58 | 272.94 | 0.31 | 0.32 |
| Hex | 54 | 38 | 6B | 15 | 30 | 0 | 3A | 111 | 1F | 20 |
| Octal | 124 | 70 | 153 | 25 | 60 | 0 | 72 | 421 | 37 | 40 |
| Binary | 1010100 | 111000 | 1101011 | 10101 | 110000 | 0 | 111010 | 100010001 | 11111 | 100000 |
Color Harmonies of #54386B
Complementary color
Monochromatic Colors of #54386B
Black with #54386B
Text Example
Text Example
White with #54386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54386B; }
p { color: rgb(84,56,107); }
H1.HeaderClassName
{
color: #54386B;
}
.AnyTagClassName
{
color: #54386B;
}
</style>
background-color css
<style>
a { background-color: #54386B; }
a { background-color: rgb(84,56,107); }
div.DivClassName
{
background-color: #54386B;
}
.BgClassName
{
background-color: #54386B;
}
</style>
border-color css
<style>
span { border-color: #54386B; }
span { border-color: rgb(84,56,107); }
td.TdClassName
{
border-color: #54386B;
}
.TagClassName
{
border-color: #54386B;
}
</style>