Shades of Honey Flower #52356A
Tints of Honey Flower #52356A
RGB
CMYK
RGB Variations
Color information
#52356A (or 0x52356A) is known color: Honey Flower. HEX triplet: 52, 35 and 6A. RGB value is (82,53,106). Sum of RGB (Red+Green+Blue) = 82+53+106=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 106 - color contains mainly: blue. Hex color #52356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52356A is #ADCA95. Grayscale: #434343. Windows color (decimal): -11389590 or 6960466. OLE color: 6960466.
HSL color Cylindrical-coordinate representation of color #52356A: hue angle of 272.83º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52356A is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 53 | 106 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.58 |
| HSL | 272.83º | 0.33% | 0.31% | - |
| HSV(B) | 272.83º | 0.5% | 0.42% | - |
| XYZ | 7.35 | 5.38 | 14.29 | - |
| YUV | 67.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 106 | 0.23 | 0.5 | 0 | 0.58 | 272.83 | 0.33 | 0.31 |
| Hex | 52 | 35 | 6A | 17 | 32 | 0 | 3A | 111 | 21 | 1F |
| Octal | 122 | 65 | 152 | 27 | 62 | 0 | 72 | 421 | 41 | 37 |
| Binary | 1010010 | 110101 | 1101010 | 10111 | 110010 | 0 | 111010 | 100010001 | 100001 | 11111 |
Color Harmonies of #52356A
Complementary color
Monochromatic Colors of #52356A
Black with #52356A
Text Example
Text Example
White with #52356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52356A; }
p { color: rgb(82,53,106); }
H1.HeaderClassName
{
color: #52356A;
}
.AnyTagClassName
{
color: #52356A;
}
</style>
background-color css
<style>
a { background-color: #52356A; }
a { background-color: rgb(82,53,106); }
div.DivClassName
{
background-color: #52356A;
}
.BgClassName
{
background-color: #52356A;
}
</style>
border-color css
<style>
span { border-color: #52356A; }
span { border-color: rgb(82,53,106); }
td.TdClassName
{
border-color: #52356A;
}
.TagClassName
{
border-color: #52356A;
}
</style>