Shades of Honey Flower #52396A
Tints of Honey Flower #52396A
RGB
CMYK
RGB Variations
Color information
#52396A (or 0x52396A) is known color: Honey Flower. HEX triplet: 52, 39 and 6A. RGB value is (82,57,106). Sum of RGB (Red+Green+Blue) = 82+57+106=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #52396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52396A is #ADC695. Grayscale: #454545. Windows color (decimal): -11388566 or 6961490. OLE color: 6961490.
HSL color Cylindrical-coordinate representation of color #52396A: hue angle of 270.61º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52396A is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 57 | 106 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.58 |
| HSL | 270.61º | 0.3% | 0.32% | - |
| HSV(B) | 270.61º | 0.46% | 0.42% | - |
| XYZ | 7.54 | 5.76 | 14.35 | - |
| YUV | 70.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 106 | 0.23 | 0.46 | 0 | 0.58 | 270.61 | 0.3 | 0.32 |
| Hex | 52 | 39 | 6A | 17 | 2E | 0 | 3A | 10F | 1E | 20 |
| Octal | 122 | 71 | 152 | 27 | 56 | 0 | 72 | 417 | 36 | 40 |
| Binary | 1010010 | 111001 | 1101010 | 10111 | 101110 | 0 | 111010 | 100001111 | 11110 | 100000 |
Color Harmonies of #52396A
Complementary color
Monochromatic Colors of #52396A
Black with #52396A
Text Example
Text Example
White with #52396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52396A; }
p { color: rgb(82,57,106); }
H1.HeaderClassName
{
color: #52396A;
}
.AnyTagClassName
{
color: #52396A;
}
</style>
background-color css
<style>
a { background-color: #52396A; }
a { background-color: rgb(82,57,106); }
div.DivClassName
{
background-color: #52396A;
}
.BgClassName
{
background-color: #52396A;
}
</style>
border-color css
<style>
span { border-color: #52396A; }
span { border-color: rgb(82,57,106); }
td.TdClassName
{
border-color: #52396A;
}
.TagClassName
{
border-color: #52396A;
}
</style>