Shades of Honey Flower #52415D
Tints of Honey Flower #52415D
RGB
CMYK
RGB Variations
Color information
#52415D (or 0x52415D) is known color: Honey Flower. HEX triplet: 52, 41 and 5D. RGB value is (82,65,93). Sum of RGB (Red+Green+Blue) = 82+65+93=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #52415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52415D is #ADBEA2. Grayscale: #494949. Windows color (decimal): -11386531 or 6111570. OLE color: 6111570.
HSL color Cylindrical-coordinate representation of color #52415D: hue angle of 276.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52415D is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 65 | 93 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.64 |
| HSL | 276.43º | 0.18% | 0.31% | - |
| HSV(B) | 276.43º | 0.3% | 0.36% | - |
| XYZ | 7.35 | 6.36 | 11.2 | - |
| YUV | 73.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 93 | 0.12 | 0.30 | 0 | 0.64 | 276.43 | 0.18 | 0.31 |
| Hex | 52 | 41 | 5D | C | 1E | 0 | 40 | 114 | 12 | 1F |
| Octal | 122 | 101 | 135 | 14 | 36 | 0 | 100 | 424 | 22 | 37 |
| Binary | 1010010 | 1000001 | 1011101 | 1100 | 11110 | 0 | 1000000 | 100010100 | 10010 | 11111 |
Color Harmonies of #52415D
Complementary color
Monochromatic Colors of #52415D
Black with #52415D
Text Example
Text Example
White with #52415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52415D; }
p { color: rgb(82,65,93); }
H1.HeaderClassName
{
color: #52415D;
}
.AnyTagClassName
{
color: #52415D;
}
</style>
background-color css
<style>
a { background-color: #52415D; }
a { background-color: rgb(82,65,93); }
div.DivClassName
{
background-color: #52415D;
}
.BgClassName
{
background-color: #52415D;
}
</style>
border-color css
<style>
span { border-color: #52415D; }
span { border-color: rgb(82,65,93); }
td.TdClassName
{
border-color: #52415D;
}
.TagClassName
{
border-color: #52415D;
}
</style>