Shades of Honey Flower #523A61
Tints of Honey Flower #523A61
RGB
CMYK
RGB Variations
Color information
#523A61 (or 0x523A61) is known color: Honey Flower. HEX triplet: 52, 3A and 61. RGB value is (82,58,97). Sum of RGB (Red+Green+Blue) = 82+58+97=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #523A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A61 is #ADC59E. Grayscale: #454545. Windows color (decimal): -11388319 or 6371922. OLE color: 6371922.
HSL color Cylindrical-coordinate representation of color #523A61: hue angle of 276.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523A61 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 58 | 97 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.62 |
| HSL | 276.92º | 0.25% | 0.3% | - |
| HSV(B) | 276.92º | 0.4% | 0.38% | - |
| XYZ | 7.15 | 5.68 | 12.03 | - |
| YUV | 69.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 97 | 0.15 | 0.40 | 0 | 0.62 | 276.92 | 0.25 | 0.3 |
| Hex | 52 | 3A | 61 | F | 28 | 0 | 3E | 115 | 19 | 1E |
| Octal | 122 | 72 | 141 | 17 | 50 | 0 | 76 | 425 | 31 | 36 |
| Binary | 1010010 | 111010 | 1100001 | 1111 | 101000 | 0 | 111110 | 100010101 | 11001 | 11110 |
Color Harmonies of #523A61
Complementary color
Monochromatic Colors of #523A61
Black with #523A61
Text Example
Text Example
White with #523A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A61; }
p { color: rgb(82,58,97); }
H1.HeaderClassName
{
color: #523A61;
}
.AnyTagClassName
{
color: #523A61;
}
</style>
background-color css
<style>
a { background-color: #523A61; }
a { background-color: rgb(82,58,97); }
div.DivClassName
{
background-color: #523A61;
}
.BgClassName
{
background-color: #523A61;
}
</style>
border-color css
<style>
span { border-color: #523A61; }
span { border-color: rgb(82,58,97); }
td.TdClassName
{
border-color: #523A61;
}
.TagClassName
{
border-color: #523A61;
}
</style>