Shades of Daisy Bush #552F92
Tints of Daisy Bush #552F92
RGB
CMYK
RGB Variations
Color information
#552F92 (or 0x552F92) is known color: Daisy Bush. HEX triplet: 55, 2F and 92. RGB value is (85,47,146). Sum of RGB (Red+Green+Blue) = 85+47+146=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #552F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552F92 is #AAD06D. Grayscale: #454545. Windows color (decimal): -11194478 or 9580373. OLE color: 9580373.
HSL color Cylindrical-coordinate representation of color #552F92: hue angle of 263.03º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552F92 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 47 | 146 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.43 |
| HSL | 263.03º | 0.51% | 0.38% | - |
| HSV(B) | 263.03º | 0.68% | 0.57% | - |
| XYZ | 9.95 | 6.04 | 27.84 | - |
| YUV | 69.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 146 | 0.42 | 0.68 | 0 | 0.43 | 263.03 | 0.51 | 0.38 |
| Hex | 55 | 2F | 92 | 2A | 44 | 0 | 2B | 107 | 33 | 26 |
| Octal | 125 | 57 | 222 | 52 | 104 | 0 | 53 | 407 | 63 | 46 |
| Binary | 1010101 | 101111 | 10010010 | 101010 | 1000100 | 0 | 101011 | 100000111 | 110011 | 100110 |
Color Harmonies of #552F92
Complementary color
Monochromatic Colors of #552F92
Black with #552F92
Text Example
Text Example
White with #552F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F92; }
p { color: rgb(85,47,146); }
H1.HeaderClassName
{
color: #552F92;
}
.AnyTagClassName
{
color: #552F92;
}
</style>
background-color css
<style>
a { background-color: #552F92; }
a { background-color: rgb(85,47,146); }
div.DivClassName
{
background-color: #552F92;
}
.BgClassName
{
background-color: #552F92;
}
</style>
border-color css
<style>
span { border-color: #552F92; }
span { border-color: rgb(85,47,146); }
td.TdClassName
{
border-color: #552F92;
}
.TagClassName
{
border-color: #552F92;
}
</style>