Shades of Honey Flower #52405B
Tints of Honey Flower #52405B
RGB
CMYK
RGB Variations
Color information
#52405B (or 0x52405B) is known color: Honey Flower. HEX triplet: 52, 40 and 5B. RGB value is (82,64,91). Sum of RGB (Red+Green+Blue) = 82+64+91=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #52405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52405B is #ADBFA4. Grayscale: #484848. Windows color (decimal): -11386789 or 5980242. OLE color: 5980242.
HSL color Cylindrical-coordinate representation of color #52405B: hue angle of 280º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52405B is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 64 | 91 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.64 |
| HSL | 280º | 0.17% | 0.3% | - |
| HSV(B) | 280º | 0.3% | 0.36% | - |
| XYZ | 7.2 | 6.22 | 10.72 | - |
| YUV | 72.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 91 | 0.10 | 0.30 | 0 | 0.64 | 280 | 0.17 | 0.3 |
| Hex | 52 | 40 | 5B | A | 1E | 0 | 40 | 118 | 11 | 1E |
| Octal | 122 | 100 | 133 | 12 | 36 | 0 | 100 | 430 | 21 | 36 |
| Binary | 1010010 | 1000000 | 1011011 | 1010 | 11110 | 0 | 1000000 | 100011000 | 10001 | 11110 |
Color Harmonies of #52405B
Complementary color
Monochromatic Colors of #52405B
Black with #52405B
Text Example
Text Example
White with #52405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52405B; }
p { color: rgb(82,64,91); }
H1.HeaderClassName
{
color: #52405B;
}
.AnyTagClassName
{
color: #52405B;
}
</style>
background-color css
<style>
a { background-color: #52405B; }
a { background-color: rgb(82,64,91); }
div.DivClassName
{
background-color: #52405B;
}
.BgClassName
{
background-color: #52405B;
}
</style>
border-color css
<style>
span { border-color: #52405B; }
span { border-color: rgb(82,64,91); }
td.TdClassName
{
border-color: #52405B;
}
.TagClassName
{
border-color: #52405B;
}
</style>