Shades of Daisy Bush #551FA0
Tints of Daisy Bush #551FA0
RGB
CMYK
RGB Variations
Color information
#551FA0 (or 0x551FA0) is known color: Daisy Bush. HEX triplet: 55, 1F and A0. RGB value is (85,31,160). Sum of RGB (Red+Green+Blue) = 85+31+160=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #551FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551FA0 is #AAE05F. Grayscale: #3D3D3D. Windows color (decimal): -11198560 or 10493781. OLE color: 10493781.
HSL color Cylindrical-coordinate representation of color #551FA0: hue angle of 265.12º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551FA0 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 31 | 160 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.37 |
| HSL | 265.12º | 0.68% | 0.37% | - |
| HSV(B) | 265.12º | 0.81% | 0.63% | - |
| XYZ | 10.58 | 5.45 | 33.75 | - |
| YUV | 61.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 160 | 0.47 | 0.81 | 0 | 0.37 | 265.12 | 0.68 | 0.37 |
| Hex | 55 | 1F | A0 | 2F | 51 | 0 | 25 | 109 | 44 | 25 |
| Octal | 125 | 37 | 240 | 57 | 121 | 0 | 45 | 411 | 104 | 45 |
| Binary | 1010101 | 11111 | 10100000 | 101111 | 1010001 | 0 | 100101 | 100001001 | 1000100 | 100101 |
Color Harmonies of #551FA0
Complementary color
Monochromatic Colors of #551FA0
Black with #551FA0
Text Example
Text Example
White with #551FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FA0; }
p { color: rgb(85,31,160); }
H1.HeaderClassName
{
color: #551FA0;
}
.AnyTagClassName
{
color: #551FA0;
}
</style>
background-color css
<style>
a { background-color: #551FA0; }
a { background-color: rgb(85,31,160); }
div.DivClassName
{
background-color: #551FA0;
}
.BgClassName
{
background-color: #551FA0;
}
</style>
border-color css
<style>
span { border-color: #551FA0; }
span { border-color: rgb(85,31,160); }
td.TdClassName
{
border-color: #551FA0;
}
.TagClassName
{
border-color: #551FA0;
}
</style>