Shades of Honey Flower #523365
Tints of Honey Flower #523365
RGB
CMYK
RGB Variations
Color information
#523365 (or 0x523365) is known color: Honey Flower. HEX triplet: 52, 33 and 65. RGB value is (82,51,101). Sum of RGB (Red+Green+Blue) = 82+51+101=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #523365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523365 is #ADCC9A. Grayscale: #414141. Windows color (decimal): -11390107 or 6632274. OLE color: 6632274.
HSL color Cylindrical-coordinate representation of color #523365: hue angle of 277.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523365 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 51 | 101 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.60 |
| HSL | 277.2º | 0.33% | 0.3% | - |
| HSV(B) | 277.2º | 0.5% | 0.4% | - |
| XYZ | 7.01 | 5.1 | 12.93 | - |
| YUV | 65.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 101 | 0.19 | 0.50 | 0 | 0.60 | 277.2 | 0.33 | 0.3 |
| Hex | 52 | 33 | 65 | 13 | 32 | 0 | 3C | 115 | 21 | 1E |
| Octal | 122 | 63 | 145 | 23 | 62 | 0 | 74 | 425 | 41 | 36 |
| Binary | 1010010 | 110011 | 1100101 | 10011 | 110010 | 0 | 111100 | 100010101 | 100001 | 11110 |
Color Harmonies of #523365
Complementary color
Monochromatic Colors of #523365
Black with #523365
Text Example
Text Example
White with #523365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523365; }
p { color: rgb(82,51,101); }
H1.HeaderClassName
{
color: #523365;
}
.AnyTagClassName
{
color: #523365;
}
</style>
background-color css
<style>
a { background-color: #523365; }
a { background-color: rgb(82,51,101); }
div.DivClassName
{
background-color: #523365;
}
.BgClassName
{
background-color: #523365;
}
</style>
border-color css
<style>
span { border-color: #523365; }
span { border-color: rgb(82,51,101); }
td.TdClassName
{
border-color: #523365;
}
.TagClassName
{
border-color: #523365;
}
</style>