Shades of Honey Flower #54286C
Tints of Honey Flower #54286C
RGB
CMYK
RGB Variations
Color information
#54286C (or 0x54286C) is known color: Honey Flower. HEX triplet: 54, 28 and 6C. RGB value is (84,40,108). Sum of RGB (Red+Green+Blue) = 84+40+108=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #54286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54286C is #ABD793. Grayscale: #3C3C3C. Windows color (decimal): -11261844 or 7088212. OLE color: 7088212.
HSL color Cylindrical-coordinate representation of color #54286C: hue angle of 278.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54286C is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 40 | 108 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.58 |
| HSL | 278.82º | 0.46% | 0.29% | - |
| HSV(B) | 278.82º | 0.63% | 0.42% | - |
| XYZ | 7.12 | 4.49 | 14.68 | - |
| YUV | 60.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 108 | 0.22 | 0.63 | 0 | 0.58 | 278.82 | 0.46 | 0.29 |
| Hex | 54 | 28 | 6C | 16 | 3F | 0 | 3A | 117 | 2E | 1D |
| Octal | 124 | 50 | 154 | 26 | 77 | 0 | 72 | 427 | 56 | 35 |
| Binary | 1010100 | 101000 | 1101100 | 10110 | 111111 | 0 | 111010 | 100010111 | 101110 | 11101 |
Color Harmonies of #54286C
Complementary color
Monochromatic Colors of #54286C
Black with #54286C
Text Example
Text Example
White with #54286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54286C; }
p { color: rgb(84,40,108); }
H1.HeaderClassName
{
color: #54286C;
}
.AnyTagClassName
{
color: #54286C;
}
</style>
background-color css
<style>
a { background-color: #54286C; }
a { background-color: rgb(84,40,108); }
div.DivClassName
{
background-color: #54286C;
}
.BgClassName
{
background-color: #54286C;
}
</style>
border-color css
<style>
span { border-color: #54286C; }
span { border-color: rgb(84,40,108); }
td.TdClassName
{
border-color: #54286C;
}
.TagClassName
{
border-color: #54286C;
}
</style>