Shades of Daisy Bush #533B8E
Tints of Daisy Bush #533B8E
RGB
CMYK
RGB Variations
Color information
#533B8E (or 0x533B8E) is known color: Daisy Bush. HEX triplet: 53, 3B and 8E. RGB value is (83,59,142). Sum of RGB (Red+Green+Blue) = 83+59+142=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #533B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B8E is #ACC471. Grayscale: #4B4B4B. Windows color (decimal): -11322482 or 9321299. OLE color: 9321299.
HSL color Cylindrical-coordinate representation of color #533B8E: hue angle of 257.35º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533B8E is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 59 | 142 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.44 |
| HSL | 257.35º | 0.41% | 0.39% | - |
| HSV(B) | 257.35º | 0.58% | 0.56% | - |
| XYZ | 10.01 | 6.92 | 26.4 | - |
| YUV | 75.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 142 | 0.42 | 0.58 | 0 | 0.44 | 257.35 | 0.41 | 0.39 |
| Hex | 53 | 3B | 8E | 2A | 3A | 0 | 2C | 101 | 29 | 27 |
| Octal | 123 | 73 | 216 | 52 | 72 | 0 | 54 | 401 | 51 | 47 |
| Binary | 1010011 | 111011 | 10001110 | 101010 | 111010 | 0 | 101100 | 100000001 | 101001 | 100111 |
Color Harmonies of #533B8E
Complementary color
Monochromatic Colors of #533B8E
Black with #533B8E
Text Example
Text Example
White with #533B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B8E; }
p { color: rgb(83,59,142); }
H1.HeaderClassName
{
color: #533B8E;
}
.AnyTagClassName
{
color: #533B8E;
}
</style>
background-color css
<style>
a { background-color: #533B8E; }
a { background-color: rgb(83,59,142); }
div.DivClassName
{
background-color: #533B8E;
}
.BgClassName
{
background-color: #533B8E;
}
</style>
border-color css
<style>
span { border-color: #533B8E; }
span { border-color: rgb(83,59,142); }
td.TdClassName
{
border-color: #533B8E;
}
.TagClassName
{
border-color: #533B8E;
}
</style>