Shades of Daisy Bush #5F449B
Tints of Daisy Bush #5F449B
RGB
CMYK
RGB Variations
Color information
#5F449B (or 0x5F449B) is known color: Daisy Bush. HEX triplet: 5F, 44 and 9B. RGB value is (95,68,155). Sum of RGB (Red+Green+Blue) = 95+68+155=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F449B is #A0BB64. Grayscale: #555555. Windows color (decimal): -10533733 or 10175583. OLE color: 10175583.
HSL color Cylindrical-coordinate representation of color #5F449B: hue angle of 258.62º 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 #5F449B is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 68 | 155 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.39 |
| HSL | 258.62º | 0.39% | 0.44% | - |
| HSV(B) | 258.62º | 0.56% | 0.61% | - |
| XYZ | 12.7 | 8.93 | 32.07 | - |
| YUV | 85.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 155 | 0.39 | 0.56 | 0 | 0.39 | 258.62 | 0.39 | 0.44 |
| Hex | 5F | 44 | 9B | 27 | 38 | 0 | 27 | 103 | 27 | 2C |
| Octal | 137 | 104 | 233 | 47 | 70 | 0 | 47 | 403 | 47 | 54 |
| Binary | 1011111 | 1000100 | 10011011 | 100111 | 111000 | 0 | 100111 | 100000011 | 100111 | 101100 |
Color Harmonies of #5F449B
Complementary color
Monochromatic Colors of #5F449B
Black with #5F449B
Text Example
Text Example
White with #5F449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F449B; }
p { color: rgb(95,68,155); }
H1.HeaderClassName
{
color: #5F449B;
}
.AnyTagClassName
{
color: #5F449B;
}
</style>
background-color css
<style>
a { background-color: #5F449B; }
a { background-color: rgb(95,68,155); }
div.DivClassName
{
background-color: #5F449B;
}
.BgClassName
{
background-color: #5F449B;
}
</style>
border-color css
<style>
span { border-color: #5F449B; }
span { border-color: rgb(95,68,155); }
td.TdClassName
{
border-color: #5F449B;
}
.TagClassName
{
border-color: #5F449B;
}
</style>