Shades of Honey Flower #53306C
Tints of Honey Flower #53306C
RGB
CMYK
RGB Variations
Color information
#53306C (or 0x53306C) is known color: Honey Flower. HEX triplet: 53, 30 and 6C. RGB value is (83,48,108). Sum of RGB (Red+Green+Blue) = 83+48+108=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #53306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53306C is #ACCF93. Grayscale: #414141. Windows color (decimal): -11325332 or 7090259. OLE color: 7090259.
HSL color Cylindrical-coordinate representation of color #53306C: hue angle of 275º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53306C is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 48 | 108 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.58 |
| HSL | 275º | 0.38% | 0.31% | - |
| HSV(B) | 275º | 0.56% | 0.42% | - |
| XYZ | 7.33 | 5.04 | 14.77 | - |
| YUV | 65.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 108 | 0.23 | 0.56 | 0 | 0.58 | 275 | 0.38 | 0.31 |
| Hex | 53 | 30 | 6C | 17 | 38 | 0 | 3A | 113 | 26 | 1F |
| Octal | 123 | 60 | 154 | 27 | 70 | 0 | 72 | 423 | 46 | 37 |
| Binary | 1010011 | 110000 | 1101100 | 10111 | 111000 | 0 | 111010 | 100010011 | 100110 | 11111 |
Color Harmonies of #53306C
Complementary color
Monochromatic Colors of #53306C
Black with #53306C
Text Example
Text Example
White with #53306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53306C; }
p { color: rgb(83,48,108); }
H1.HeaderClassName
{
color: #53306C;
}
.AnyTagClassName
{
color: #53306C;
}
</style>
background-color css
<style>
a { background-color: #53306C; }
a { background-color: rgb(83,48,108); }
div.DivClassName
{
background-color: #53306C;
}
.BgClassName
{
background-color: #53306C;
}
</style>
border-color css
<style>
span { border-color: #53306C; }
span { border-color: rgb(83,48,108); }
td.TdClassName
{
border-color: #53306C;
}
.TagClassName
{
border-color: #53306C;
}
</style>