Shades of Honey Flower #523B65
Tints of Honey Flower #523B65
RGB
CMYK
RGB Variations
Color information
#523B65 (or 0x523B65) is known color: Honey Flower. HEX triplet: 52, 3B and 65. RGB value is (82,59,101). Sum of RGB (Red+Green+Blue) = 82+59+101=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #523B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B65 is #ADC49A. Grayscale: #464646. Windows color (decimal): -11388059 or 6634322. OLE color: 6634322.
HSL color Cylindrical-coordinate representation of color #523B65: hue angle of 272.86º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #523B65 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 59 | 101 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.60 |
| HSL | 272.86º | 0.26% | 0.31% | - |
| HSV(B) | 272.86º | 0.42% | 0.4% | - |
| XYZ | 7.39 | 5.86 | 13.05 | - |
| YUV | 70.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 101 | 0.19 | 0.42 | 0 | 0.60 | 272.86 | 0.26 | 0.31 |
| Hex | 52 | 3B | 65 | 13 | 2A | 0 | 3C | 111 | 1A | 1F |
| Octal | 122 | 73 | 145 | 23 | 52 | 0 | 74 | 421 | 32 | 37 |
| Binary | 1010010 | 111011 | 1100101 | 10011 | 101010 | 0 | 111100 | 100010001 | 11010 | 11111 |
Color Harmonies of #523B65
Complementary color
Monochromatic Colors of #523B65
Black with #523B65
Text Example
Text Example
White with #523B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B65; }
p { color: rgb(82,59,101); }
H1.HeaderClassName
{
color: #523B65;
}
.AnyTagClassName
{
color: #523B65;
}
</style>
background-color css
<style>
a { background-color: #523B65; }
a { background-color: rgb(82,59,101); }
div.DivClassName
{
background-color: #523B65;
}
.BgClassName
{
background-color: #523B65;
}
</style>
border-color css
<style>
span { border-color: #523B65; }
span { border-color: rgb(82,59,101); }
td.TdClassName
{
border-color: #523B65;
}
.TagClassName
{
border-color: #523B65;
}
</style>