Shades of Honey Flower #523F5D
Tints of Honey Flower #523F5D
RGB
CMYK
RGB Variations
Color information
#523F5D (or 0x523F5D) is known color: Honey Flower. HEX triplet: 52, 3F and 5D. RGB value is (82,63,93). Sum of RGB (Red+Green+Blue) = 82+63+93=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #523F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523F5D is #ADC0A2. Grayscale: #484848. Windows color (decimal): -11387043 or 6111058. OLE color: 6111058.
HSL color Cylindrical-coordinate representation of color #523F5D: hue angle of 278º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #523F5D is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 63 | 93 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.64 |
| HSL | 278º | 0.19% | 0.31% | - |
| HSV(B) | 278º | 0.32% | 0.36% | - |
| XYZ | 7.23 | 6.14 | 11.16 | - |
| YUV | 72.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 93 | 0.12 | 0.32 | 0 | 0.64 | 278 | 0.19 | 0.31 |
| Hex | 52 | 3F | 5D | C | 20 | 0 | 40 | 116 | 13 | 1F |
| Octal | 122 | 77 | 135 | 14 | 40 | 0 | 100 | 426 | 23 | 37 |
| Binary | 1010010 | 111111 | 1011101 | 1100 | 100000 | 0 | 1000000 | 100010110 | 10011 | 11111 |
Color Harmonies of #523F5D
Complementary color
Monochromatic Colors of #523F5D
Black with #523F5D
Text Example
Text Example
White with #523F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F5D; }
p { color: rgb(82,63,93); }
H1.HeaderClassName
{
color: #523F5D;
}
.AnyTagClassName
{
color: #523F5D;
}
</style>
background-color css
<style>
a { background-color: #523F5D; }
a { background-color: rgb(82,63,93); }
div.DivClassName
{
background-color: #523F5D;
}
.BgClassName
{
background-color: #523F5D;
}
</style>
border-color css
<style>
span { border-color: #523F5D; }
span { border-color: rgb(82,63,93); }
td.TdClassName
{
border-color: #523F5D;
}
.TagClassName
{
border-color: #523F5D;
}
</style>