Shades of Honey Flower #533D62
Tints of Honey Flower #533D62
RGB
CMYK
RGB Variations
Color information
#533D62 (or 0x533D62) is known color: Honey Flower. HEX triplet: 53, 3D and 62. RGB value is (83,61,98). Sum of RGB (Red+Green+Blue) = 83+61+98=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #533D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D62 is #ACC29D. Grayscale: #474747. Windows color (decimal): -11322014 or 6438227. OLE color: 6438227.
HSL color Cylindrical-coordinate representation of color #533D62: hue angle of 275.68º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #533D62 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 61 | 98 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.62 |
| HSL | 275.68º | 0.23% | 0.31% | - |
| HSV(B) | 275.68º | 0.38% | 0.38% | - |
| XYZ | 7.44 | 6.06 | 12.33 | - |
| YUV | 71.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 98 | 0.15 | 0.38 | 0 | 0.62 | 275.68 | 0.23 | 0.31 |
| Hex | 53 | 3D | 62 | F | 26 | 0 | 3E | 114 | 17 | 1F |
| Octal | 123 | 75 | 142 | 17 | 46 | 0 | 76 | 424 | 27 | 37 |
| Binary | 1010011 | 111101 | 1100010 | 1111 | 100110 | 0 | 111110 | 100010100 | 10111 | 11111 |
Color Harmonies of #533D62
Complementary color
Monochromatic Colors of #533D62
Black with #533D62
Text Example
Text Example
White with #533D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D62; }
p { color: rgb(83,61,98); }
H1.HeaderClassName
{
color: #533D62;
}
.AnyTagClassName
{
color: #533D62;
}
</style>
background-color css
<style>
a { background-color: #533D62; }
a { background-color: rgb(83,61,98); }
div.DivClassName
{
background-color: #533D62;
}
.BgClassName
{
background-color: #533D62;
}
</style>
border-color css
<style>
span { border-color: #533D62; }
span { border-color: rgb(83,61,98); }
td.TdClassName
{
border-color: #533D62;
}
.TagClassName
{
border-color: #533D62;
}
</style>