Shades of Daisy Bush #533B8D
Tints of Daisy Bush #533B8D
RGB
CMYK
RGB Variations
Color information
#533B8D (or 0x533B8D) is known color: Daisy Bush. HEX triplet: 53, 3B and 8D. RGB value is (83,59,141). Sum of RGB (Red+Green+Blue) = 83+59+141=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #533B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B8D is #ACC472. Grayscale: #4B4B4B. Windows color (decimal): -11322483 or 9255763. OLE color: 9255763.
HSL color Cylindrical-coordinate representation of color #533B8D: hue angle of 257.56º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533B8D is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 59 | 141 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.45 |
| HSL | 257.56º | 0.41% | 0.39% | - |
| HSV(B) | 257.56º | 0.58% | 0.55% | - |
| XYZ | 9.94 | 6.89 | 26.01 | - |
| YUV | 75.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 141 | 0.41 | 0.58 | 0 | 0.45 | 257.56 | 0.41 | 0.39 |
| Hex | 53 | 3B | 8D | 29 | 3A | 0 | 2D | 102 | 29 | 27 |
| Octal | 123 | 73 | 215 | 51 | 72 | 0 | 55 | 402 | 51 | 47 |
| Binary | 1010011 | 111011 | 10001101 | 101001 | 111010 | 0 | 101101 | 100000010 | 101001 | 100111 |
Color Harmonies of #533B8D
Complementary color
Monochromatic Colors of #533B8D
Black with #533B8D
Text Example
Text Example
White with #533B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B8D; }
p { color: rgb(83,59,141); }
H1.HeaderClassName
{
color: #533B8D;
}
.AnyTagClassName
{
color: #533B8D;
}
</style>
background-color css
<style>
a { background-color: #533B8D; }
a { background-color: rgb(83,59,141); }
div.DivClassName
{
background-color: #533B8D;
}
.BgClassName
{
background-color: #533B8D;
}
</style>
border-color css
<style>
span { border-color: #533B8D; }
span { border-color: rgb(83,59,141); }
td.TdClassName
{
border-color: #533B8D;
}
.TagClassName
{
border-color: #533B8D;
}
</style>