Shades of Honey Flower #54336C
Tints of Honey Flower #54336C
RGB
CMYK
RGB Variations
Color information
#54336C (or 0x54336C) is known color: Honey Flower. HEX triplet: 54, 33 and 6C. RGB value is (84,51,108). Sum of RGB (Red+Green+Blue) = 84+51+108=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #54336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54336C is #ABCC93. Grayscale: #434343. Windows color (decimal): -11259028 or 7091028. OLE color: 7091028.
HSL color Cylindrical-coordinate representation of color #54336C: hue angle of 274.74º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54336C is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 51 | 108 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.58 |
| HSL | 274.74º | 0.36% | 0.31% | - |
| HSV(B) | 274.74º | 0.53% | 0.42% | - |
| XYZ | 7.55 | 5.34 | 14.82 | - |
| YUV | 67.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 108 | 0.22 | 0.53 | 0 | 0.58 | 274.74 | 0.36 | 0.31 |
| Hex | 54 | 33 | 6C | 16 | 35 | 0 | 3A | 113 | 24 | 1F |
| Octal | 124 | 63 | 154 | 26 | 65 | 0 | 72 | 423 | 44 | 37 |
| Binary | 1010100 | 110011 | 1101100 | 10110 | 110101 | 0 | 111010 | 100010011 | 100100 | 11111 |
Color Harmonies of #54336C
Complementary color
Monochromatic Colors of #54336C
Black with #54336C
Text Example
Text Example
White with #54336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54336C; }
p { color: rgb(84,51,108); }
H1.HeaderClassName
{
color: #54336C;
}
.AnyTagClassName
{
color: #54336C;
}
</style>
background-color css
<style>
a { background-color: #54336C; }
a { background-color: rgb(84,51,108); }
div.DivClassName
{
background-color: #54336C;
}
.BgClassName
{
background-color: #54336C;
}
</style>
border-color css
<style>
span { border-color: #54336C; }
span { border-color: rgb(84,51,108); }
td.TdClassName
{
border-color: #54336C;
}
.TagClassName
{
border-color: #54336C;
}
</style>