Shades of Daisy Bush #552F9A
Tints of Daisy Bush #552F9A
RGB
CMYK
RGB Variations
Color information
#552F9A (or 0x552F9A) is known color: Daisy Bush. HEX triplet: 55, 2F and 9A. RGB value is (85,47,154). Sum of RGB (Red+Green+Blue) = 85+47+154=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #552F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552F9A is #AAD065. Grayscale: #464646. Windows color (decimal): -11194470 or 10104661. OLE color: 10104661.
HSL color Cylindrical-coordinate representation of color #552F9A: hue angle of 261.31º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552F9A is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 47 | 154 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.40 |
| HSL | 261.31º | 0.53% | 0.39% | - |
| HSV(B) | 261.31º | 0.69% | 0.6% | - |
| XYZ | 10.6 | 6.3 | 31.23 | - |
| YUV | 70.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 154 | 0.45 | 0.69 | 0 | 0.40 | 261.31 | 0.53 | 0.39 |
| Hex | 55 | 2F | 9A | 2D | 45 | 0 | 28 | 105 | 35 | 27 |
| Octal | 125 | 57 | 232 | 55 | 105 | 0 | 50 | 405 | 65 | 47 |
| Binary | 1010101 | 101111 | 10011010 | 101101 | 1000101 | 0 | 101000 | 100000101 | 110101 | 100111 |
Color Harmonies of #552F9A
Complementary color
Monochromatic Colors of #552F9A
Black with #552F9A
Text Example
Text Example
White with #552F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F9A; }
p { color: rgb(85,47,154); }
H1.HeaderClassName
{
color: #552F9A;
}
.AnyTagClassName
{
color: #552F9A;
}
</style>
background-color css
<style>
a { background-color: #552F9A; }
a { background-color: rgb(85,47,154); }
div.DivClassName
{
background-color: #552F9A;
}
.BgClassName
{
background-color: #552F9A;
}
</style>
border-color css
<style>
span { border-color: #552F9A; }
span { border-color: rgb(85,47,154); }
td.TdClassName
{
border-color: #552F9A;
}
.TagClassName
{
border-color: #552F9A;
}
</style>