Shades of Honey Flower #533D67
Tints of Honey Flower #533D67
RGB
CMYK
RGB Variations
Color information
#533D67 (or 0x533D67) is known color: Honey Flower. HEX triplet: 53, 3D and 67. RGB value is (83,61,103). Sum of RGB (Red+Green+Blue) = 83+61+103=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #533D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D67 is #ACC298. Grayscale: #484848. Windows color (decimal): -11322009 or 6765907. OLE color: 6765907.
HSL color Cylindrical-coordinate representation of color #533D67: hue angle of 271.43º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533D67 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 61 | 103 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.60 |
| HSL | 271.43º | 0.26% | 0.32% | - |
| HSV(B) | 271.43º | 0.41% | 0.4% | - |
| XYZ | 7.68 | 6.16 | 13.62 | - |
| YUV | 72.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 103 | 0.19 | 0.41 | 0 | 0.60 | 271.43 | 0.26 | 0.32 |
| Hex | 53 | 3D | 67 | 13 | 29 | 0 | 3C | 10F | 1A | 20 |
| Octal | 123 | 75 | 147 | 23 | 51 | 0 | 74 | 417 | 32 | 40 |
| Binary | 1010011 | 111101 | 1100111 | 10011 | 101001 | 0 | 111100 | 100001111 | 11010 | 100000 |
Color Harmonies of #533D67
Complementary color
Monochromatic Colors of #533D67
Black with #533D67
Text Example
Text Example
White with #533D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D67; }
p { color: rgb(83,61,103); }
H1.HeaderClassName
{
color: #533D67;
}
.AnyTagClassName
{
color: #533D67;
}
</style>
background-color css
<style>
a { background-color: #533D67; }
a { background-color: rgb(83,61,103); }
div.DivClassName
{
background-color: #533D67;
}
.BgClassName
{
background-color: #533D67;
}
</style>
border-color css
<style>
span { border-color: #533D67; }
span { border-color: rgb(83,61,103); }
td.TdClassName
{
border-color: #533D67;
}
.TagClassName
{
border-color: #533D67;
}
</style>