Shades of Daisy Bush #553F90
Tints of Daisy Bush #553F90
RGB
CMYK
RGB Variations
Color information
#553F90 (or 0x553F90) is known color: Daisy Bush. HEX triplet: 55, 3F and 90. RGB value is (85,63,144). Sum of RGB (Red+Green+Blue) = 85+63+144=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #553F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553F90 is #AAC06F. Grayscale: #4E4E4E. Windows color (decimal): -11190384 or 9453397. OLE color: 9453397.
HSL color Cylindrical-coordinate representation of color #553F90: hue angle of 256.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553F90 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 63 | 144 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.44 |
| HSL | 256.3º | 0.39% | 0.41% | - |
| HSV(B) | 256.3º | 0.56% | 0.56% | - |
| XYZ | 10.56 | 7.5 | 27.28 | - |
| YUV | 78.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 144 | 0.41 | 0.56 | 0 | 0.44 | 256.3 | 0.39 | 0.41 |
| Hex | 55 | 3F | 90 | 29 | 38 | 0 | 2C | 100 | 27 | 29 |
| Octal | 125 | 77 | 220 | 51 | 70 | 0 | 54 | 400 | 47 | 51 |
| Binary | 1010101 | 111111 | 10010000 | 101001 | 111000 | 0 | 101100 | 100000000 | 100111 | 101001 |
Color Harmonies of #553F90
Complementary color
Monochromatic Colors of #553F90
Black with #553F90
Text Example
Text Example
White with #553F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F90; }
p { color: rgb(85,63,144); }
H1.HeaderClassName
{
color: #553F90;
}
.AnyTagClassName
{
color: #553F90;
}
</style>
background-color css
<style>
a { background-color: #553F90; }
a { background-color: rgb(85,63,144); }
div.DivClassName
{
background-color: #553F90;
}
.BgClassName
{
background-color: #553F90;
}
</style>
border-color css
<style>
span { border-color: #553F90; }
span { border-color: rgb(85,63,144); }
td.TdClassName
{
border-color: #553F90;
}
.TagClassName
{
border-color: #553F90;
}
</style>