Shades of Honey Flower #52336A
Tints of Honey Flower #52336A
RGB
CMYK
RGB Variations
Color information
#52336A (or 0x52336A) is known color: Honey Flower. HEX triplet: 52, 33 and 6A. RGB value is (82,51,106). Sum of RGB (Red+Green+Blue) = 82+51+106=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #52336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52336A is #ADCC95. Grayscale: #424242. Windows color (decimal): -11390102 or 6959954. OLE color: 6959954.
HSL color Cylindrical-coordinate representation of color #52336A: hue angle of 273.82º 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 #52336A is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 51 | 106 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.58 |
| HSL | 273.82º | 0.35% | 0.31% | - |
| HSV(B) | 273.82º | 0.52% | 0.42% | - |
| XYZ | 7.27 | 5.2 | 14.26 | - |
| YUV | 66.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 106 | 0.23 | 0.52 | 0 | 0.58 | 273.82 | 0.35 | 0.31 |
| Hex | 52 | 33 | 6A | 17 | 34 | 0 | 3A | 112 | 23 | 1F |
| Octal | 122 | 63 | 152 | 27 | 64 | 0 | 72 | 422 | 43 | 37 |
| Binary | 1010010 | 110011 | 1101010 | 10111 | 110100 | 0 | 111010 | 100010010 | 100011 | 11111 |
Color Harmonies of #52336A
Complementary color
Monochromatic Colors of #52336A
Black with #52336A
Text Example
Text Example
White with #52336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52336A; }
p { color: rgb(82,51,106); }
H1.HeaderClassName
{
color: #52336A;
}
.AnyTagClassName
{
color: #52336A;
}
</style>
background-color css
<style>
a { background-color: #52336A; }
a { background-color: rgb(82,51,106); }
div.DivClassName
{
background-color: #52336A;
}
.BgClassName
{
background-color: #52336A;
}
</style>
border-color css
<style>
span { border-color: #52336A; }
span { border-color: rgb(82,51,106); }
td.TdClassName
{
border-color: #52336A;
}
.TagClassName
{
border-color: #52336A;
}
</style>