Shades of Daisy Bush #5F3292
Tints of Daisy Bush #5F3292
RGB
CMYK
RGB Variations
Color information
#5F3292 (or 0x5F3292) is known color: Daisy Bush. HEX triplet: 5F, 32 and 92. RGB value is (95,50,146). Sum of RGB (Red+Green+Blue) = 95+50+146=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F3292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3292 is #A0CD6D. Grayscale: #4A4A4A. Windows color (decimal): -10538350 or 9581151. OLE color: 9581151.
HSL color Cylindrical-coordinate representation of color #5F3292: hue angle of 268.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F3292 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 50 | 146 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.43 |
| HSL | 268.13º | 0.49% | 0.38% | - |
| HSV(B) | 268.13º | 0.66% | 0.57% | - |
| XYZ | 11.05 | 6.79 | 27.92 | - |
| YUV | 74.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 146 | 0.35 | 0.66 | 0 | 0.43 | 268.13 | 0.49 | 0.38 |
| Hex | 5F | 32 | 92 | 23 | 42 | 0 | 2B | 10C | 31 | 26 |
| Octal | 137 | 62 | 222 | 43 | 102 | 0 | 53 | 414 | 61 | 46 |
| Binary | 1011111 | 110010 | 10010010 | 100011 | 1000010 | 0 | 101011 | 100001100 | 110001 | 100110 |
Color Harmonies of #5F3292
Complementary color
Monochromatic Colors of #5F3292
Black with #5F3292
Text Example
Text Example
White with #5F3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3292; }
p { color: rgb(95,50,146); }
H1.HeaderClassName
{
color: #5F3292;
}
.AnyTagClassName
{
color: #5F3292;
}
</style>
background-color css
<style>
a { background-color: #5F3292; }
a { background-color: rgb(95,50,146); }
div.DivClassName
{
background-color: #5F3292;
}
.BgClassName
{
background-color: #5F3292;
}
</style>
border-color css
<style>
span { border-color: #5F3292; }
span { border-color: rgb(95,50,146); }
td.TdClassName
{
border-color: #5F3292;
}
.TagClassName
{
border-color: #5F3292;
}
</style>