Shades of Daisy Bush #552FA1
Tints of Daisy Bush #552FA1
RGB
CMYK
RGB Variations
Color information
#552FA1 (or 0x552FA1) is known color: Daisy Bush. HEX triplet: 55, 2F and A1. RGB value is (85,47,161). Sum of RGB (Red+Green+Blue) = 85+47+161=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #552FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FA1 is #AAD05E. Grayscale: #464646. Windows color (decimal): -11194463 or 10563413. OLE color: 10563413.
HSL color Cylindrical-coordinate representation of color #552FA1: hue angle of 260º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552FA1 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 47 | 161 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.37 |
| HSL | 260º | 0.55% | 0.41% | - |
| HSV(B) | 260º | 0.71% | 0.63% | - |
| XYZ | 11.2 | 6.54 | 34.39 | - |
| YUV | 71.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 161 | 0.47 | 0.71 | 0 | 0.37 | 260 | 0.55 | 0.41 |
| Hex | 55 | 2F | A1 | 2F | 47 | 0 | 25 | 104 | 37 | 29 |
| Octal | 125 | 57 | 241 | 57 | 107 | 0 | 45 | 404 | 67 | 51 |
| Binary | 1010101 | 101111 | 10100001 | 101111 | 1000111 | 0 | 100101 | 100000100 | 110111 | 101001 |
Color Harmonies of #552FA1
Complementary color
Monochromatic Colors of #552FA1
Black with #552FA1
Text Example
Text Example
White with #552FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FA1; }
p { color: rgb(85,47,161); }
H1.HeaderClassName
{
color: #552FA1;
}
.AnyTagClassName
{
color: #552FA1;
}
</style>
background-color css
<style>
a { background-color: #552FA1; }
a { background-color: rgb(85,47,161); }
div.DivClassName
{
background-color: #552FA1;
}
.BgClassName
{
background-color: #552FA1;
}
</style>
border-color css
<style>
span { border-color: #552FA1; }
span { border-color: rgb(85,47,161); }
td.TdClassName
{
border-color: #552FA1;
}
.TagClassName
{
border-color: #552FA1;
}
</style>