Shades of Daisy Bush #5435AB
Tints of Daisy Bush #5435AB
RGB
CMYK
RGB Variations
Color information
#5435AB (or 0x5435AB) is known color: Daisy Bush. HEX triplet: 54, 35 and AB. RGB value is (84,53,171). Sum of RGB (Red+Green+Blue) = 84+53+171=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5435AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5435AB is #ABCA54. Grayscale: #4B4B4B. Windows color (decimal): -11258453 or 11220308. OLE color: 11220308.
HSL color Cylindrical-coordinate representation of color #5435AB: hue angle of 255.76º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5435AB is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 53 | 171 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.33 |
| HSL | 255.76º | 0.53% | 0.44% | - |
| HSV(B) | 255.76º | 0.69% | 0.67% | - |
| XYZ | 12.28 | 7.37 | 39.3 | - |
| YUV | 75.72 | 181.77 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 171 | 0.51 | 0.69 | 0 | 0.33 | 255.76 | 0.53 | 0.44 |
| Hex | 54 | 35 | AB | 33 | 45 | 0 | 21 | 100 | 35 | 2C |
| Octal | 124 | 65 | 253 | 63 | 105 | 0 | 41 | 400 | 65 | 54 |
| Binary | 1010100 | 110101 | 10101011 | 110011 | 1000101 | 0 | 100001 | 100000000 | 110101 | 101100 |
Color Harmonies of #5435AB
Complementary color
Monochromatic Colors of #5435AB
Black with #5435AB
Text Example
Text Example
White with #5435AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5435AB; }
p { color: rgb(84,53,171); }
H1.HeaderClassName
{
color: #5435AB;
}
.AnyTagClassName
{
color: #5435AB;
}
</style>
background-color css
<style>
a { background-color: #5435AB; }
a { background-color: rgb(84,53,171); }
div.DivClassName
{
background-color: #5435AB;
}
.BgClassName
{
background-color: #5435AB;
}
</style>
border-color css
<style>
span { border-color: #5435AB; }
span { border-color: rgb(84,53,171); }
td.TdClassName
{
border-color: #5435AB;
}
.TagClassName
{
border-color: #5435AB;
}
</style>