Shades of Honey Flower #53346C
Tints of Honey Flower #53346C
RGB
CMYK
RGB Variations
Color information
#53346C (or 0x53346C) is known color: Honey Flower. HEX triplet: 53, 34 and 6C. RGB value is (83,52,108). Sum of RGB (Red+Green+Blue) = 83+52+108=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 52 (20.70% from 255 or 21.40% 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 #53346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53346C is #ACCB93. Grayscale: #434343. Windows color (decimal): -11324308 or 7091283. OLE color: 7091283.
HSL color Cylindrical-coordinate representation of color #53346C: hue angle of 273.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53346C is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 52 | 108 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.58 |
| HSL | 273.21º | 0.35% | 0.31% | - |
| HSV(B) | 273.21º | 0.52% | 0.42% | - |
| XYZ | 7.5 | 5.38 | 14.83 | - |
| YUV | 67.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 108 | 0.23 | 0.52 | 0 | 0.58 | 273.21 | 0.35 | 0.31 |
| Hex | 53 | 34 | 6C | 17 | 34 | 0 | 3A | 111 | 23 | 1F |
| Octal | 123 | 64 | 154 | 27 | 64 | 0 | 72 | 421 | 43 | 37 |
| Binary | 1010011 | 110100 | 1101100 | 10111 | 110100 | 0 | 111010 | 100010001 | 100011 | 11111 |
Color Harmonies of #53346C
Complementary color
Monochromatic Colors of #53346C
Black with #53346C
Text Example
Text Example
White with #53346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53346C; }
p { color: rgb(83,52,108); }
H1.HeaderClassName
{
color: #53346C;
}
.AnyTagClassName
{
color: #53346C;
}
</style>
background-color css
<style>
a { background-color: #53346C; }
a { background-color: rgb(83,52,108); }
div.DivClassName
{
background-color: #53346C;
}
.BgClassName
{
background-color: #53346C;
}
</style>
border-color css
<style>
span { border-color: #53346C; }
span { border-color: rgb(83,52,108); }
td.TdClassName
{
border-color: #53346C;
}
.TagClassName
{
border-color: #53346C;
}
</style>