Shades of Daisy Bush #58449B
Tints of Daisy Bush #58449B
RGB
CMYK
RGB Variations
Color information
#58449B (or 0x58449B) is known color: Daisy Bush. HEX triplet: 58, 44 and 9B. RGB value is (88,68,155). Sum of RGB (Red+Green+Blue) = 88+68+155=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #58449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58449B is #A7BB64. Grayscale: #535353. Windows color (decimal): -10992485 or 10175576. OLE color: 10175576.
HSL color Cylindrical-coordinate representation of color #58449B: hue angle of 253.79º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58449B is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 68 | 155 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.39 |
| HSL | 253.79º | 0.39% | 0.44% | - |
| HSV(B) | 253.79º | 0.56% | 0.61% | - |
| XYZ | 12.01 | 8.58 | 32.03 | - |
| YUV | 83.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 155 | 0.43 | 0.56 | 0 | 0.39 | 253.79 | 0.39 | 0.44 |
| Hex | 58 | 44 | 9B | 2B | 38 | 0 | 27 | FE | 27 | 2C |
| Octal | 130 | 104 | 233 | 53 | 70 | 0 | 47 | 376 | 47 | 54 |
| Binary | 1011000 | 1000100 | 10011011 | 101011 | 111000 | 0 | 100111 | 11111110 | 100111 | 101100 |
Color Harmonies of #58449B
Complementary color
Monochromatic Colors of #58449B
Black with #58449B
Text Example
Text Example
White with #58449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58449B; }
p { color: rgb(88,68,155); }
H1.HeaderClassName
{
color: #58449B;
}
.AnyTagClassName
{
color: #58449B;
}
</style>
background-color css
<style>
a { background-color: #58449B; }
a { background-color: rgb(88,68,155); }
div.DivClassName
{
background-color: #58449B;
}
.BgClassName
{
background-color: #58449B;
}
</style>
border-color css
<style>
span { border-color: #58449B; }
span { border-color: rgb(88,68,155); }
td.TdClassName
{
border-color: #58449B;
}
.TagClassName
{
border-color: #58449B;
}
</style>