Shades of Honey Flower #523265
Tints of Honey Flower #523265
RGB
CMYK
RGB Variations
Color information
#523265 (or 0x523265) is known color: Honey Flower. HEX triplet: 52, 32 and 65. RGB value is (82,50,101). Sum of RGB (Red+Green+Blue) = 82+50+101=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #523265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523265 is #ADCD9A. Grayscale: #414141. Windows color (decimal): -11390363 or 6632018. OLE color: 6632018.
HSL color Cylindrical-coordinate representation of color #523265: hue angle of 277.65º degrees, saturation: 0.34, 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 #523265 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 50 | 101 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.60 |
| HSL | 277.65º | 0.34% | 0.3% | - |
| HSV(B) | 277.65º | 0.5% | 0.4% | - |
| XYZ | 6.97 | 5.01 | 12.91 | - |
| YUV | 65.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 101 | 0.19 | 0.50 | 0 | 0.60 | 277.65 | 0.34 | 0.3 |
| Hex | 52 | 32 | 65 | 13 | 32 | 0 | 3C | 116 | 22 | 1E |
| Octal | 122 | 62 | 145 | 23 | 62 | 0 | 74 | 426 | 42 | 36 |
| Binary | 1010010 | 110010 | 1100101 | 10011 | 110010 | 0 | 111100 | 100010110 | 100010 | 11110 |
Color Harmonies of #523265
Complementary color
Monochromatic Colors of #523265
Black with #523265
Text Example
Text Example
White with #523265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523265; }
p { color: rgb(82,50,101); }
H1.HeaderClassName
{
color: #523265;
}
.AnyTagClassName
{
color: #523265;
}
</style>
background-color css
<style>
a { background-color: #523265; }
a { background-color: rgb(82,50,101); }
div.DivClassName
{
background-color: #523265;
}
.BgClassName
{
background-color: #523265;
}
</style>
border-color css
<style>
span { border-color: #523265; }
span { border-color: rgb(82,50,101); }
td.TdClassName
{
border-color: #523265;
}
.TagClassName
{
border-color: #523265;
}
</style>