Shades of Daisy Bush #55359C
Tints of Daisy Bush #55359C
RGB
CMYK
RGB Variations
Color information
#55359C (or 0x55359C) is known color: Daisy Bush. HEX triplet: 55, 35 and 9C. RGB value is (85,53,156). Sum of RGB (Red+Green+Blue) = 85+53+156=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #55359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55359C is #AACA63. Grayscale: #494949. Windows color (decimal): -11192932 or 10237269. OLE color: 10237269.
HSL color Cylindrical-coordinate representation of color #55359C: hue angle of 258.64º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55359C is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 53 | 156 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.39 |
| HSL | 258.64º | 0.49% | 0.41% | - |
| HSV(B) | 258.64º | 0.66% | 0.61% | - |
| XYZ | 11.02 | 6.88 | 32.2 | - |
| YUV | 74.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 156 | 0.46 | 0.66 | 0 | 0.39 | 258.64 | 0.49 | 0.41 |
| Hex | 55 | 35 | 9C | 2E | 42 | 0 | 27 | 103 | 31 | 29 |
| Octal | 125 | 65 | 234 | 56 | 102 | 0 | 47 | 403 | 61 | 51 |
| Binary | 1010101 | 110101 | 10011100 | 101110 | 1000010 | 0 | 100111 | 100000011 | 110001 | 101001 |
Color Harmonies of #55359C
Complementary color
Monochromatic Colors of #55359C
Black with #55359C
Text Example
Text Example
White with #55359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55359C; }
p { color: rgb(85,53,156); }
H1.HeaderClassName
{
color: #55359C;
}
.AnyTagClassName
{
color: #55359C;
}
</style>
background-color css
<style>
a { background-color: #55359C; }
a { background-color: rgb(85,53,156); }
div.DivClassName
{
background-color: #55359C;
}
.BgClassName
{
background-color: #55359C;
}
</style>
border-color css
<style>
span { border-color: #55359C; }
span { border-color: rgb(85,53,156); }
td.TdClassName
{
border-color: #55359C;
}
.TagClassName
{
border-color: #55359C;
}
</style>