Shades of Daisy Bush #5F439B
Tints of Daisy Bush #5F439B
RGB
CMYK
RGB Variations
Color information
#5F439B (or 0x5F439B) is known color: Daisy Bush. HEX triplet: 5F, 43 and 9B. RGB value is (95,67,155). Sum of RGB (Red+Green+Blue) = 95+67+155=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F439B is #A0BC64. Grayscale: #555555. Windows color (decimal): -10533989 or 10175327. OLE color: 10175327.
HSL color Cylindrical-coordinate representation of color #5F439B: hue angle of 259.09º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F439B is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 67 | 155 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.39 |
| HSL | 259.09º | 0.4% | 0.44% | - |
| HSV(B) | 259.09º | 0.57% | 0.61% | - |
| XYZ | 12.64 | 8.81 | 32.05 | - |
| YUV | 85.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 67 | 155 | 0.39 | 0.57 | 0 | 0.39 | 259.09 | 0.4 | 0.44 |
| Hex | 5F | 43 | 9B | 27 | 39 | 0 | 27 | 103 | 28 | 2C |
| Octal | 137 | 103 | 233 | 47 | 71 | 0 | 47 | 403 | 50 | 54 |
| Binary | 1011111 | 1000011 | 10011011 | 100111 | 111001 | 0 | 100111 | 100000011 | 101000 | 101100 |
Color Harmonies of #5F439B
Complementary color
Monochromatic Colors of #5F439B
Black with #5F439B
Text Example
Text Example
White with #5F439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F439B; }
p { color: rgb(95,67,155); }
H1.HeaderClassName
{
color: #5F439B;
}
.AnyTagClassName
{
color: #5F439B;
}
</style>
background-color css
<style>
a { background-color: #5F439B; }
a { background-color: rgb(95,67,155); }
div.DivClassName
{
background-color: #5F439B;
}
.BgClassName
{
background-color: #5F439B;
}
</style>
border-color css
<style>
span { border-color: #5F439B; }
span { border-color: rgb(95,67,155); }
td.TdClassName
{
border-color: #5F439B;
}
.TagClassName
{
border-color: #5F439B;
}
</style>