Shades of Honey Flower #532F66
Tints of Honey Flower #532F66
RGB
CMYK
RGB Variations
Color information
#532F66 (or 0x532F66) is known color: Honey Flower. HEX triplet: 53, 2F and 66. RGB value is (83,47,102). Sum of RGB (Red+Green+Blue) = 83+47+102=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #532F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F66 is #ACD099. Grayscale: #3F3F3F. Windows color (decimal): -11325594 or 6696787. OLE color: 6696787.
HSL color Cylindrical-coordinate representation of color #532F66: hue angle of 279.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532F66 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 47 | 102 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.6 |
| HSL | 279.27º | 0.37% | 0.29% | - |
| HSV(B) | 279.27º | 0.54% | 0.4% | - |
| XYZ | 6.98 | 4.83 | 13.13 | - |
| YUV | 64.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 102 | 0.19 | 0.54 | 0 | 0.6 | 279.27 | 0.37 | 0.29 |
| Hex | 53 | 2F | 66 | 13 | 36 | 0 | 3C | 117 | 25 | 1D |
| Octal | 123 | 57 | 146 | 23 | 66 | 0 | 74 | 427 | 45 | 35 |
| Binary | 1010011 | 101111 | 1100110 | 10011 | 110110 | 0 | 111100 | 100010111 | 100101 | 11101 |
Color Harmonies of #532F66
Complementary color
Monochromatic Colors of #532F66
Black with #532F66
Text Example
Text Example
White with #532F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F66; }
p { color: rgb(83,47,102); }
H1.HeaderClassName
{
color: #532F66;
}
.AnyTagClassName
{
color: #532F66;
}
</style>
background-color css
<style>
a { background-color: #532F66; }
a { background-color: rgb(83,47,102); }
div.DivClassName
{
background-color: #532F66;
}
.BgClassName
{
background-color: #532F66;
}
</style>
border-color css
<style>
span { border-color: #532F66; }
span { border-color: rgb(83,47,102); }
td.TdClassName
{
border-color: #532F66;
}
.TagClassName
{
border-color: #532F66;
}
</style>