Shades of Daisy Bush #552A9D
Tints of Daisy Bush #552A9D
RGB
CMYK
RGB Variations
Color information
#552A9D (or 0x552A9D) is known color: Daisy Bush. HEX triplet: 55, 2A and 9D. RGB value is (85,42,157). Sum of RGB (Red+Green+Blue) = 85+42+157=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #552A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552A9D is #AAD562. Grayscale: #434343. Windows color (decimal): -11195747 or 10299989. OLE color: 10299989.
HSL color Cylindrical-coordinate representation of color #552A9D: hue angle of 262.43º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552A9D is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 42 | 157 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.38 |
| HSL | 262.43º | 0.58% | 0.39% | - |
| HSV(B) | 262.43º | 0.73% | 0.62% | - |
| XYZ | 10.66 | 6.02 | 32.5 | - |
| YUV | 67.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 157 | 0.46 | 0.73 | 0 | 0.38 | 262.43 | 0.58 | 0.39 |
| Hex | 55 | 2A | 9D | 2E | 49 | 0 | 26 | 106 | 3A | 27 |
| Octal | 125 | 52 | 235 | 56 | 111 | 0 | 46 | 406 | 72 | 47 |
| Binary | 1010101 | 101010 | 10011101 | 101110 | 1001001 | 0 | 100110 | 100000110 | 111010 | 100111 |
Color Harmonies of #552A9D
Complementary color
Monochromatic Colors of #552A9D
Black with #552A9D
Text Example
Text Example
White with #552A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A9D; }
p { color: rgb(85,42,157); }
H1.HeaderClassName
{
color: #552A9D;
}
.AnyTagClassName
{
color: #552A9D;
}
</style>
background-color css
<style>
a { background-color: #552A9D; }
a { background-color: rgb(85,42,157); }
div.DivClassName
{
background-color: #552A9D;
}
.BgClassName
{
background-color: #552A9D;
}
</style>
border-color css
<style>
span { border-color: #552A9D; }
span { border-color: rgb(85,42,157); }
td.TdClassName
{
border-color: #552A9D;
}
.TagClassName
{
border-color: #552A9D;
}
</style>