Shades of Honey Flower #54286A
Tints of Honey Flower #54286A
RGB
CMYK
RGB Variations
Color information
#54286A (or 0x54286A) is known color: Honey Flower. HEX triplet: 54, 28 and 6A. RGB value is (84,40,106). Sum of RGB (Red+Green+Blue) = 84+40+106=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #54286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54286A is #ABD795. Grayscale: #3C3C3C. Windows color (decimal): -11261846 or 6957140. OLE color: 6957140.
HSL color Cylindrical-coordinate representation of color #54286A: hue angle of 280º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54286A is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 40 | 106 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.58 |
| HSL | 280º | 0.45% | 0.29% | - |
| HSV(B) | 280º | 0.62% | 0.42% | - |
| XYZ | 7.02 | 4.44 | 14.12 | - |
| YUV | 60.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 106 | 0.21 | 0.62 | 0 | 0.58 | 280 | 0.45 | 0.29 |
| Hex | 54 | 28 | 6A | 15 | 3E | 0 | 3A | 118 | 2D | 1D |
| Octal | 124 | 50 | 152 | 25 | 76 | 0 | 72 | 430 | 55 | 35 |
| Binary | 1010100 | 101000 | 1101010 | 10101 | 111110 | 0 | 111010 | 100011000 | 101101 | 11101 |
Color Harmonies of #54286A
Complementary color
Monochromatic Colors of #54286A
Black with #54286A
Text Example
Text Example
White with #54286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54286A; }
p { color: rgb(84,40,106); }
H1.HeaderClassName
{
color: #54286A;
}
.AnyTagClassName
{
color: #54286A;
}
</style>
background-color css
<style>
a { background-color: #54286A; }
a { background-color: rgb(84,40,106); }
div.DivClassName
{
background-color: #54286A;
}
.BgClassName
{
background-color: #54286A;
}
</style>
border-color css
<style>
span { border-color: #54286A; }
span { border-color: rgb(84,40,106); }
td.TdClassName
{
border-color: #54286A;
}
.TagClassName
{
border-color: #54286A;
}
</style>