Shades of Daisy Bush #533B89
Tints of Daisy Bush #533B89
RGB
CMYK
RGB Variations
Color information
#533B89 (or 0x533B89) is known color: Daisy Bush. HEX triplet: 53, 3B and 89. RGB value is (83,59,137). Sum of RGB (Red+Green+Blue) = 83+59+137=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #533B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B89 is #ACC476. Grayscale: #4A4A4A. Windows color (decimal): -11322487 or 8993619. OLE color: 8993619.
HSL color Cylindrical-coordinate representation of color #533B89: hue angle of 258.46º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533B89 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 59 | 137 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.46 |
| HSL | 258.46º | 0.4% | 0.38% | - |
| HSV(B) | 258.46º | 0.57% | 0.54% | - |
| XYZ | 9.65 | 6.77 | 24.47 | - |
| YUV | 75.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 137 | 0.39 | 0.57 | 0 | 0.46 | 258.46 | 0.4 | 0.38 |
| Hex | 53 | 3B | 89 | 27 | 39 | 0 | 2E | 102 | 28 | 26 |
| Octal | 123 | 73 | 211 | 47 | 71 | 0 | 56 | 402 | 50 | 46 |
| Binary | 1010011 | 111011 | 10001001 | 100111 | 111001 | 0 | 101110 | 100000010 | 101000 | 100110 |
Color Harmonies of #533B89
Complementary color
Monochromatic Colors of #533B89
Black with #533B89
Text Example
Text Example
White with #533B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B89; }
p { color: rgb(83,59,137); }
H1.HeaderClassName
{
color: #533B89;
}
.AnyTagClassName
{
color: #533B89;
}
</style>
background-color css
<style>
a { background-color: #533B89; }
a { background-color: rgb(83,59,137); }
div.DivClassName
{
background-color: #533B89;
}
.BgClassName
{
background-color: #533B89;
}
</style>
border-color css
<style>
span { border-color: #533B89; }
span { border-color: rgb(83,59,137); }
td.TdClassName
{
border-color: #533B89;
}
.TagClassName
{
border-color: #533B89;
}
</style>