Shades of Honey Flower #523F60
Tints of Honey Flower #523F60
RGB
CMYK
RGB Variations
Color information
#523F60 (or 0x523F60) is known color: Honey Flower. HEX triplet: 52, 3F and 60. RGB value is (82,63,96). Sum of RGB (Red+Green+Blue) = 82+63+96=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #523F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F60 is #ADC09F. Grayscale: #484848. Windows color (decimal): -11387040 or 6307666. OLE color: 6307666.
HSL color Cylindrical-coordinate representation of color #523F60: hue angle of 274.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #523F60 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 63 | 96 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.62 |
| HSL | 274.55º | 0.21% | 0.31% | - |
| HSV(B) | 274.55º | 0.34% | 0.38% | - |
| XYZ | 7.37 | 6.19 | 11.87 | - |
| YUV | 72.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 96 | 0.15 | 0.34 | 0 | 0.62 | 274.55 | 0.21 | 0.31 |
| Hex | 52 | 3F | 60 | F | 22 | 0 | 3E | 113 | 15 | 1F |
| Octal | 122 | 77 | 140 | 17 | 42 | 0 | 76 | 423 | 25 | 37 |
| Binary | 1010010 | 111111 | 1100000 | 1111 | 100010 | 0 | 111110 | 100010011 | 10101 | 11111 |
Color Harmonies of #523F60
Complementary color
Monochromatic Colors of #523F60
Black with #523F60
Text Example
Text Example
White with #523F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F60; }
p { color: rgb(82,63,96); }
H1.HeaderClassName
{
color: #523F60;
}
.AnyTagClassName
{
color: #523F60;
}
</style>
background-color css
<style>
a { background-color: #523F60; }
a { background-color: rgb(82,63,96); }
div.DivClassName
{
background-color: #523F60;
}
.BgClassName
{
background-color: #523F60;
}
</style>
border-color css
<style>
span { border-color: #523F60; }
span { border-color: rgb(82,63,96); }
td.TdClassName
{
border-color: #523F60;
}
.TagClassName
{
border-color: #523F60;
}
</style>