Shades of Honey Flower #532D6A
Tints of Honey Flower #532D6A
RGB
CMYK
RGB Variations
Color information
#532D6A (or 0x532D6A) is known color: Honey Flower. HEX triplet: 53, 2D and 6A. RGB value is (83,45,106). Sum of RGB (Red+Green+Blue) = 83+45+106=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #532D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D6A is #ACD295. Grayscale: #3F3F3F. Windows color (decimal): -11326102 or 6958419. OLE color: 6958419.
HSL color Cylindrical-coordinate representation of color #532D6A: hue angle of 277.38º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532D6A is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 45 | 106 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.58 |
| HSL | 277.38º | 0.4% | 0.3% | - |
| HSV(B) | 277.38º | 0.58% | 0.42% | - |
| XYZ | 7.11 | 4.76 | 14.18 | - |
| YUV | 63.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 106 | 0.22 | 0.58 | 0 | 0.58 | 277.38 | 0.4 | 0.3 |
| Hex | 53 | 2D | 6A | 16 | 3A | 0 | 3A | 115 | 28 | 1E |
| Octal | 123 | 55 | 152 | 26 | 72 | 0 | 72 | 425 | 50 | 36 |
| Binary | 1010011 | 101101 | 1101010 | 10110 | 111010 | 0 | 111010 | 100010101 | 101000 | 11110 |
Color Harmonies of #532D6A
Complementary color
Monochromatic Colors of #532D6A
Black with #532D6A
Text Example
Text Example
White with #532D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D6A; }
p { color: rgb(83,45,106); }
H1.HeaderClassName
{
color: #532D6A;
}
.AnyTagClassName
{
color: #532D6A;
}
</style>
background-color css
<style>
a { background-color: #532D6A; }
a { background-color: rgb(83,45,106); }
div.DivClassName
{
background-color: #532D6A;
}
.BgClassName
{
background-color: #532D6A;
}
</style>
border-color css
<style>
span { border-color: #532D6A; }
span { border-color: rgb(83,45,106); }
td.TdClassName
{
border-color: #532D6A;
}
.TagClassName
{
border-color: #532D6A;
}
</style>