Shades of Daisy Bush #5833A5
Tints of Daisy Bush #5833A5
RGB
CMYK
RGB Variations
Color information
#5833A5 (or 0x5833A5) is known color: Daisy Bush. HEX triplet: 58, 33 and A5. RGB value is (88,51,165). Sum of RGB (Red+Green+Blue) = 88+51+165=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 165 (64.84% from 255 or 54.28% from 304); Max value from RGB is 165 - color contains mainly: blue. Hex color #5833A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5833A5 is #A7CC5A. Grayscale: #4A4A4A. Windows color (decimal): -10996827 or 10826584. OLE color: 10826584.
HSL color Cylindrical-coordinate representation of color #5833A5: hue angle of 259.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5833A5 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 51 | 165 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.35 |
| HSL | 259.47º | 0.53% | 0.42% | - |
| HSV(B) | 259.47º | 0.69% | 0.65% | - |
| XYZ | 12 | 7.16 | 36.35 | - |
| YUV | 75.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 165 | 0.47 | 0.69 | 0 | 0.35 | 259.47 | 0.53 | 0.42 |
| Hex | 58 | 33 | A5 | 2F | 45 | 0 | 23 | 103 | 35 | 2A |
| Octal | 130 | 63 | 245 | 57 | 105 | 0 | 43 | 403 | 65 | 52 |
| Binary | 1011000 | 110011 | 10100101 | 101111 | 1000101 | 0 | 100011 | 100000011 | 110101 | 101010 |
Color Harmonies of #5833A5
Complementary color
Monochromatic Colors of #5833A5
Black with #5833A5
Text Example
Text Example
White with #5833A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5833A5; }
p { color: rgb(88,51,165); }
H1.HeaderClassName
{
color: #5833A5;
}
.AnyTagClassName
{
color: #5833A5;
}
</style>
background-color css
<style>
a { background-color: #5833A5; }
a { background-color: rgb(88,51,165); }
div.DivClassName
{
background-color: #5833A5;
}
.BgClassName
{
background-color: #5833A5;
}
</style>
border-color css
<style>
span { border-color: #5833A5; }
span { border-color: rgb(88,51,165); }
td.TdClassName
{
border-color: #5833A5;
}
.TagClassName
{
border-color: #5833A5;
}
</style>