Shades of Honey Flower #523D63
Tints of Honey Flower #523D63
RGB
CMYK
RGB Variations
Color information
#523D63 (or 0x523D63) is known color: Honey Flower. HEX triplet: 52, 3D and 63. RGB value is (82,61,99). Sum of RGB (Red+Green+Blue) = 82+61+99=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #523D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D63 is #ADC29C. Grayscale: #474747. Windows color (decimal): -11387549 or 6503762. OLE color: 6503762.
HSL color Cylindrical-coordinate representation of color #523D63: hue angle of 273.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #523D63 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 61 | 99 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.61 |
| HSL | 273.16º | 0.24% | 0.31% | - |
| HSV(B) | 273.16º | 0.38% | 0.39% | - |
| XYZ | 7.4 | 6.03 | 12.58 | - |
| YUV | 71.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 99 | 0.17 | 0.38 | 0 | 0.61 | 273.16 | 0.24 | 0.31 |
| Hex | 52 | 3D | 63 | 11 | 26 | 0 | 3D | 111 | 18 | 1F |
| Octal | 122 | 75 | 143 | 21 | 46 | 0 | 75 | 421 | 30 | 37 |
| Binary | 1010010 | 111101 | 1100011 | 10001 | 100110 | 0 | 111101 | 100010001 | 11000 | 11111 |
Color Harmonies of #523D63
Complementary color
Monochromatic Colors of #523D63
Black with #523D63
Text Example
Text Example
White with #523D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D63; }
p { color: rgb(82,61,99); }
H1.HeaderClassName
{
color: #523D63;
}
.AnyTagClassName
{
color: #523D63;
}
</style>
background-color css
<style>
a { background-color: #523D63; }
a { background-color: rgb(82,61,99); }
div.DivClassName
{
background-color: #523D63;
}
.BgClassName
{
background-color: #523D63;
}
</style>
border-color css
<style>
span { border-color: #523D63; }
span { border-color: rgb(82,61,99); }
td.TdClassName
{
border-color: #523D63;
}
.TagClassName
{
border-color: #523D63;
}
</style>