Shades of Honey Flower #52386A
Tints of Honey Flower #52386A
RGB
CMYK
RGB Variations
Color information
#52386A (or 0x52386A) is known color: Honey Flower. HEX triplet: 52, 38 and 6A. RGB value is (82,56,106). Sum of RGB (Red+Green+Blue) = 82+56+106=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #52386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386A is #ADC795. Grayscale: #454545. Windows color (decimal): -11388822 or 6961234. OLE color: 6961234.
HSL color Cylindrical-coordinate representation of color #52386A: hue angle of 271.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52386A is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 56 | 106 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.58 |
| HSL | 271.2º | 0.31% | 0.32% | - |
| HSV(B) | 271.2º | 0.47% | 0.42% | - |
| XYZ | 7.5 | 5.66 | 14.33 | - |
| YUV | 69.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 106 | 0.23 | 0.47 | 0 | 0.58 | 271.2 | 0.31 | 0.32 |
| Hex | 52 | 38 | 6A | 17 | 2F | 0 | 3A | 10F | 1F | 20 |
| Octal | 122 | 70 | 152 | 27 | 57 | 0 | 72 | 417 | 37 | 40 |
| Binary | 1010010 | 111000 | 1101010 | 10111 | 101111 | 0 | 111010 | 100001111 | 11111 | 100000 |
Color Harmonies of #52386A
Complementary color
Monochromatic Colors of #52386A
Black with #52386A
Text Example
Text Example
White with #52386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52386A; }
p { color: rgb(82,56,106); }
H1.HeaderClassName
{
color: #52386A;
}
.AnyTagClassName
{
color: #52386A;
}
</style>
background-color css
<style>
a { background-color: #52386A; }
a { background-color: rgb(82,56,106); }
div.DivClassName
{
background-color: #52386A;
}
.BgClassName
{
background-color: #52386A;
}
</style>
border-color css
<style>
span { border-color: #52386A; }
span { border-color: rgb(82,56,106); }
td.TdClassName
{
border-color: #52386A;
}
.TagClassName
{
border-color: #52386A;
}
</style>