Shades of Daisy Bush #553C9E
Tints of Daisy Bush #553C9E
RGB
CMYK
RGB Variations
Color information
#553C9E (or 0x553C9E) is known color: Daisy Bush. HEX triplet: 55, 3C and 9E. RGB value is (85,60,158). Sum of RGB (Red+Green+Blue) = 85+60+158=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #553C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553C9E is #AAC361. Grayscale: #4E4E4E. Windows color (decimal): -11191138 or 10370133. OLE color: 10370133.
HSL color Cylindrical-coordinate representation of color #553C9E: hue angle of 255.31º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553C9E is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 60 | 158 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.38 |
| HSL | 255.31º | 0.45% | 0.43% | - |
| HSV(B) | 255.31º | 0.62% | 0.62% | - |
| XYZ | 11.53 | 7.63 | 33.21 | - |
| YUV | 78.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 158 | 0.46 | 0.62 | 0 | 0.38 | 255.31 | 0.45 | 0.43 |
| Hex | 55 | 3C | 9E | 2E | 3E | 0 | 26 | FF | 2D | 2B |
| Octal | 125 | 74 | 236 | 56 | 76 | 0 | 46 | 377 | 55 | 53 |
| Binary | 1010101 | 111100 | 10011110 | 101110 | 111110 | 0 | 100110 | 11111111 | 101101 | 101011 |
Color Harmonies of #553C9E
Complementary color
Monochromatic Colors of #553C9E
Black with #553C9E
Text Example
Text Example
White with #553C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C9E; }
p { color: rgb(85,60,158); }
H1.HeaderClassName
{
color: #553C9E;
}
.AnyTagClassName
{
color: #553C9E;
}
</style>
background-color css
<style>
a { background-color: #553C9E; }
a { background-color: rgb(85,60,158); }
div.DivClassName
{
background-color: #553C9E;
}
.BgClassName
{
background-color: #553C9E;
}
</style>
border-color css
<style>
span { border-color: #553C9E; }
span { border-color: rgb(85,60,158); }
td.TdClassName
{
border-color: #553C9E;
}
.TagClassName
{
border-color: #553C9E;
}
</style>