Shades of Honey Flower #53356C
Tints of Honey Flower #53356C
RGB
CMYK
RGB Variations
Color information
#53356C (or 0x53356C) is known color: Honey Flower. HEX triplet: 53, 35 and 6C. RGB value is (83,53,108). Sum of RGB (Red+Green+Blue) = 83+53+108=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #53356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53356C is #ACCA93. Grayscale: #444444. Windows color (decimal): -11324052 or 7091539. OLE color: 7091539.
HSL color Cylindrical-coordinate representation of color #53356C: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53356C is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 53 | 108 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.58 |
| HSL | 272.73º | 0.34% | 0.32% | - |
| HSV(B) | 272.73º | 0.51% | 0.42% | - |
| XYZ | 7.55 | 5.47 | 14.84 | - |
| YUV | 68.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 108 | 0.23 | 0.51 | 0 | 0.58 | 272.73 | 0.34 | 0.32 |
| Hex | 53 | 35 | 6C | 17 | 33 | 0 | 3A | 111 | 22 | 20 |
| Octal | 123 | 65 | 154 | 27 | 63 | 0 | 72 | 421 | 42 | 40 |
| Binary | 1010011 | 110101 | 1101100 | 10111 | 110011 | 0 | 111010 | 100010001 | 100010 | 100000 |
Color Harmonies of #53356C
Complementary color
Monochromatic Colors of #53356C
Black with #53356C
Text Example
Text Example
White with #53356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53356C; }
p { color: rgb(83,53,108); }
H1.HeaderClassName
{
color: #53356C;
}
.AnyTagClassName
{
color: #53356C;
}
</style>
background-color css
<style>
a { background-color: #53356C; }
a { background-color: rgb(83,53,108); }
div.DivClassName
{
background-color: #53356C;
}
.BgClassName
{
background-color: #53356C;
}
</style>
border-color css
<style>
span { border-color: #53356C; }
span { border-color: rgb(83,53,108); }
td.TdClassName
{
border-color: #53356C;
}
.TagClassName
{
border-color: #53356C;
}
</style>