Shades of Daisy Bush #583F90
Tints of Daisy Bush #583F90
RGB
CMYK
RGB Variations
Color information
#583F90 (or 0x583F90) is known color: Daisy Bush. HEX triplet: 58, 3F and 90. RGB value is (88,63,144). Sum of RGB (Red+Green+Blue) = 88+63+144=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #583F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583F90 is #A7C06F. Grayscale: #4F4F4F. Windows color (decimal): -10993776 or 9453400. OLE color: 9453400.
HSL color Cylindrical-coordinate representation of color #583F90: hue angle of 258.52º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #583F90 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 63 | 144 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.44 |
| HSL | 258.52º | 0.39% | 0.41% | - |
| HSV(B) | 258.52º | 0.56% | 0.56% | - |
| XYZ | 10.84 | 7.64 | 27.29 | - |
| YUV | 79.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 144 | 0.39 | 0.56 | 0 | 0.44 | 258.52 | 0.39 | 0.41 |
| Hex | 58 | 3F | 90 | 27 | 38 | 0 | 2C | 103 | 27 | 29 |
| Octal | 130 | 77 | 220 | 47 | 70 | 0 | 54 | 403 | 47 | 51 |
| Binary | 1011000 | 111111 | 10010000 | 100111 | 111000 | 0 | 101100 | 100000011 | 100111 | 101001 |
Color Harmonies of #583F90
Complementary color
Monochromatic Colors of #583F90
Black with #583F90
Text Example
Text Example
White with #583F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583F90; }
p { color: rgb(88,63,144); }
H1.HeaderClassName
{
color: #583F90;
}
.AnyTagClassName
{
color: #583F90;
}
</style>
background-color css
<style>
a { background-color: #583F90; }
a { background-color: rgb(88,63,144); }
div.DivClassName
{
background-color: #583F90;
}
.BgClassName
{
background-color: #583F90;
}
</style>
border-color css
<style>
span { border-color: #583F90; }
span { border-color: rgb(88,63,144); }
td.TdClassName
{
border-color: #583F90;
}
.TagClassName
{
border-color: #583F90;
}
</style>