Shades of Daisy Bush #551FA2
Tints of Daisy Bush #551FA2
RGB
CMYK
RGB Variations
Color information
#551FA2 (or 0x551FA2) is known color: Daisy Bush. HEX triplet: 55, 1F and A2. RGB value is (85,31,162). Sum of RGB (Red+Green+Blue) = 85+31+162=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #551FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551FA2 is #AAE05D. Grayscale: #3D3D3D. Windows color (decimal): -11198558 or 10624853. OLE color: 10624853.
HSL color Cylindrical-coordinate representation of color #551FA2: hue angle of 264.73º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551FA2 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 31 | 162 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.36 |
| HSL | 264.73º | 0.68% | 0.38% | - |
| HSV(B) | 264.73º | 0.81% | 0.64% | - |
| XYZ | 10.76 | 5.52 | 34.68 | - |
| YUV | 62.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 162 | 0.48 | 0.81 | 0 | 0.36 | 264.73 | 0.68 | 0.38 |
| Hex | 55 | 1F | A2 | 30 | 51 | 0 | 24 | 109 | 44 | 26 |
| Octal | 125 | 37 | 242 | 60 | 121 | 0 | 44 | 411 | 104 | 46 |
| Binary | 1010101 | 11111 | 10100010 | 110000 | 1010001 | 0 | 100100 | 100001001 | 1000100 | 100110 |
Color Harmonies of #551FA2
Complementary color
Monochromatic Colors of #551FA2
Black with #551FA2
Text Example
Text Example
White with #551FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FA2; }
p { color: rgb(85,31,162); }
H1.HeaderClassName
{
color: #551FA2;
}
.AnyTagClassName
{
color: #551FA2;
}
</style>
background-color css
<style>
a { background-color: #551FA2; }
a { background-color: rgb(85,31,162); }
div.DivClassName
{
background-color: #551FA2;
}
.BgClassName
{
background-color: #551FA2;
}
</style>
border-color css
<style>
span { border-color: #551FA2; }
span { border-color: rgb(85,31,162); }
td.TdClassName
{
border-color: #551FA2;
}
.TagClassName
{
border-color: #551FA2;
}
</style>