Shades of Daisy Bush #5F468B
Tints of Daisy Bush #5F468B
RGB
CMYK
RGB Variations
Color information
#5F468B (or 0x5F468B) is known color: Daisy Bush. HEX triplet: 5F, 46 and 8B. RGB value is (95,70,139). Sum of RGB (Red+Green+Blue) = 95+70+139=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F468B is #A0B974. Grayscale: #555555. Windows color (decimal): -10533237 or 9127519. OLE color: 9127519.
HSL color Cylindrical-coordinate representation of color #5F468B: hue angle of 261.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F468B is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 70 | 139 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.45 |
| HSL | 261.74º | 0.33% | 0.41% | - |
| HSV(B) | 261.74º | 0.5% | 0.55% | - |
| XYZ | 11.57 | 8.68 | 25.49 | - |
| YUV | 85.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 139 | 0.32 | 0.50 | 0 | 0.45 | 261.74 | 0.33 | 0.41 |
| Hex | 5F | 46 | 8B | 20 | 32 | 0 | 2D | 106 | 21 | 29 |
| Octal | 137 | 106 | 213 | 40 | 62 | 0 | 55 | 406 | 41 | 51 |
| Binary | 1011111 | 1000110 | 10001011 | 100000 | 110010 | 0 | 101101 | 100000110 | 100001 | 101001 |
Color Harmonies of #5F468B
Complementary color
Monochromatic Colors of #5F468B
Black with #5F468B
Text Example
Text Example
White with #5F468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F468B; }
p { color: rgb(95,70,139); }
H1.HeaderClassName
{
color: #5F468B;
}
.AnyTagClassName
{
color: #5F468B;
}
</style>
background-color css
<style>
a { background-color: #5F468B; }
a { background-color: rgb(95,70,139); }
div.DivClassName
{
background-color: #5F468B;
}
.BgClassName
{
background-color: #5F468B;
}
</style>
border-color css
<style>
span { border-color: #5F468B; }
span { border-color: rgb(95,70,139); }
td.TdClassName
{
border-color: #5F468B;
}
.TagClassName
{
border-color: #5F468B;
}
</style>