Shades of Daisy Bush #553BA7
Tints of Daisy Bush #553BA7
RGB
CMYK
RGB Variations
Color information
#553BA7 (or 0x553BA7) is known color: Daisy Bush. HEX triplet: 55, 3B and A7. RGB value is (85,59,167). Sum of RGB (Red+Green+Blue) = 85+59+167=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #553BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BA7 is #AAC458. Grayscale: #4E4E4E. Windows color (decimal): -11191385 or 10959701. OLE color: 10959701.
HSL color Cylindrical-coordinate representation of color #553BA7: hue angle of 254.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553BA7 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 59 | 167 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.35 |
| HSL | 254.44º | 0.48% | 0.44% | - |
| HSV(B) | 254.44º | 0.65% | 0.65% | - |
| XYZ | 12.29 | 7.85 | 37.43 | - |
| YUV | 79.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 167 | 0.49 | 0.65 | 0 | 0.35 | 254.44 | 0.48 | 0.44 |
| Hex | 55 | 3B | A7 | 31 | 41 | 0 | 23 | FE | 30 | 2C |
| Octal | 125 | 73 | 247 | 61 | 101 | 0 | 43 | 376 | 60 | 54 |
| Binary | 1010101 | 111011 | 10100111 | 110001 | 1000001 | 0 | 100011 | 11111110 | 110000 | 101100 |
Color Harmonies of #553BA7
Complementary color
Monochromatic Colors of #553BA7
Black with #553BA7
Text Example
Text Example
White with #553BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BA7; }
p { color: rgb(85,59,167); }
H1.HeaderClassName
{
color: #553BA7;
}
.AnyTagClassName
{
color: #553BA7;
}
</style>
background-color css
<style>
a { background-color: #553BA7; }
a { background-color: rgb(85,59,167); }
div.DivClassName
{
background-color: #553BA7;
}
.BgClassName
{
background-color: #553BA7;
}
</style>
border-color css
<style>
span { border-color: #553BA7; }
span { border-color: rgb(85,59,167); }
td.TdClassName
{
border-color: #553BA7;
}
.TagClassName
{
border-color: #553BA7;
}
</style>