Shades of Daisy Bush #5538A0
Tints of Daisy Bush #5538A0
RGB
CMYK
RGB Variations
Color information
#5538A0 (or 0x5538A0) is known color: Daisy Bush. HEX triplet: 55, 38 and A0. RGB value is (85,56,160). Sum of RGB (Red+Green+Blue) = 85+56+160=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #5538A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5538A0 is #AAC75F. Grayscale: #4C4C4C. Windows color (decimal): -11192160 or 10500181. OLE color: 10500181.
HSL color Cylindrical-coordinate representation of color #5538A0: hue angle of 256.73º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5538A0 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 56 | 160 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.37 |
| HSL | 256.73º | 0.48% | 0.42% | - |
| HSV(B) | 256.73º | 0.65% | 0.63% | - |
| XYZ | 11.51 | 7.3 | 34.06 | - |
| YUV | 76.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 160 | 0.47 | 0.65 | 0 | 0.37 | 256.73 | 0.48 | 0.42 |
| Hex | 55 | 38 | A0 | 2F | 41 | 0 | 25 | 101 | 30 | 2A |
| Octal | 125 | 70 | 240 | 57 | 101 | 0 | 45 | 401 | 60 | 52 |
| Binary | 1010101 | 111000 | 10100000 | 101111 | 1000001 | 0 | 100101 | 100000001 | 110000 | 101010 |
Color Harmonies of #5538A0
Complementary color
Monochromatic Colors of #5538A0
Black with #5538A0
Text Example
Text Example
White with #5538A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538A0; }
p { color: rgb(85,56,160); }
H1.HeaderClassName
{
color: #5538A0;
}
.AnyTagClassName
{
color: #5538A0;
}
</style>
background-color css
<style>
a { background-color: #5538A0; }
a { background-color: rgb(85,56,160); }
div.DivClassName
{
background-color: #5538A0;
}
.BgClassName
{
background-color: #5538A0;
}
</style>
border-color css
<style>
span { border-color: #5538A0; }
span { border-color: rgb(85,56,160); }
td.TdClassName
{
border-color: #5538A0;
}
.TagClassName
{
border-color: #5538A0;
}
</style>