Shades of Daisy Bush #533D8D
Tints of Daisy Bush #533D8D
RGB
CMYK
RGB Variations
Color information
#533D8D (or 0x533D8D) is known color: Daisy Bush. HEX triplet: 53, 3D and 8D. RGB value is (83,61,141). Sum of RGB (Red+Green+Blue) = 83+61+141=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #533D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533D8D is #ACC272. Grayscale: #4C4C4C. Windows color (decimal): -11321971 or 9256275. OLE color: 9256275.
HSL color Cylindrical-coordinate representation of color #533D8D: hue angle of 256.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533D8D is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 61 | 141 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.45 |
| HSL | 256.5º | 0.4% | 0.4% | - |
| HSV(B) | 256.5º | 0.57% | 0.55% | - |
| XYZ | 10.04 | 7.1 | 26.04 | - |
| YUV | 76.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 141 | 0.41 | 0.57 | 0 | 0.45 | 256.5 | 0.4 | 0.4 |
| Hex | 53 | 3D | 8D | 29 | 39 | 0 | 2D | 100 | 28 | 28 |
| Octal | 123 | 75 | 215 | 51 | 71 | 0 | 55 | 400 | 50 | 50 |
| Binary | 1010011 | 111101 | 10001101 | 101001 | 111001 | 0 | 101101 | 100000000 | 101000 | 101000 |
Color Harmonies of #533D8D
Complementary color
Monochromatic Colors of #533D8D
Black with #533D8D
Text Example
Text Example
White with #533D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D8D; }
p { color: rgb(83,61,141); }
H1.HeaderClassName
{
color: #533D8D;
}
.AnyTagClassName
{
color: #533D8D;
}
</style>
background-color css
<style>
a { background-color: #533D8D; }
a { background-color: rgb(83,61,141); }
div.DivClassName
{
background-color: #533D8D;
}
.BgClassName
{
background-color: #533D8D;
}
</style>
border-color css
<style>
span { border-color: #533D8D; }
span { border-color: rgb(83,61,141); }
td.TdClassName
{
border-color: #533D8D;
}
.TagClassName
{
border-color: #533D8D;
}
</style>