Shades of Daisy Bush #5A348D
Tints of Daisy Bush #5A348D
RGB
CMYK
RGB Variations
Color information
#5A348D (or 0x5A348D) is known color: Daisy Bush. HEX triplet: 5A, 34 and 8D. RGB value is (90,52,141). Sum of RGB (Red+Green+Blue) = 90+52+141=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A348D is #A5CB72. Grayscale: #494949. Windows color (decimal): -10865523 or 9253978. OLE color: 9253978.
HSL color Cylindrical-coordinate representation of color #5A348D: hue angle of 265.62º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A348D is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 52 | 141 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.45 |
| HSL | 265.62º | 0.46% | 0.38% | - |
| HSV(B) | 265.62º | 0.63% | 0.55% | - |
| XYZ | 10.25 | 6.55 | 25.92 | - |
| YUV | 73.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 141 | 0.36 | 0.63 | 0 | 0.45 | 265.62 | 0.46 | 0.38 |
| Hex | 5A | 34 | 8D | 24 | 3F | 0 | 2D | 10A | 2E | 26 |
| Octal | 132 | 64 | 215 | 44 | 77 | 0 | 55 | 412 | 56 | 46 |
| Binary | 1011010 | 110100 | 10001101 | 100100 | 111111 | 0 | 101101 | 100001010 | 101110 | 100110 |
Color Harmonies of #5A348D
Complementary color
Monochromatic Colors of #5A348D
Black with #5A348D
Text Example
Text Example
White with #5A348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A348D; }
p { color: rgb(90,52,141); }
H1.HeaderClassName
{
color: #5A348D;
}
.AnyTagClassName
{
color: #5A348D;
}
</style>
background-color css
<style>
a { background-color: #5A348D; }
a { background-color: rgb(90,52,141); }
div.DivClassName
{
background-color: #5A348D;
}
.BgClassName
{
background-color: #5A348D;
}
</style>
border-color css
<style>
span { border-color: #5A348D; }
span { border-color: rgb(90,52,141); }
td.TdClassName
{
border-color: #5A348D;
}
.TagClassName
{
border-color: #5A348D;
}
</style>