Shades of Daisy Bush #5F399C
Tints of Daisy Bush #5F399C
RGB
CMYK
RGB Variations
Color information
#5F399C (or 0x5F399C) is known color: Daisy Bush. HEX triplet: 5F, 39 and 9C. RGB value is (95,57,156). Sum of RGB (Red+Green+Blue) = 95+57+156=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F399C is #A0C663. Grayscale: #4F4F4F. Windows color (decimal): -10536548 or 10238303. OLE color: 10238303.
HSL color Cylindrical-coordinate representation of color #5F399C: hue angle of 263.03º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F399C is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 57 | 156 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.39 |
| HSL | 263.03º | 0.46% | 0.42% | - |
| HSV(B) | 263.03º | 0.63% | 0.61% | - |
| XYZ | 12.18 | 7.76 | 32.31 | - |
| YUV | 79.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 156 | 0.39 | 0.63 | 0 | 0.39 | 263.03 | 0.46 | 0.42 |
| Hex | 5F | 39 | 9C | 27 | 3F | 0 | 27 | 107 | 2E | 2A |
| Octal | 137 | 71 | 234 | 47 | 77 | 0 | 47 | 407 | 56 | 52 |
| Binary | 1011111 | 111001 | 10011100 | 100111 | 111111 | 0 | 100111 | 100000111 | 101110 | 101010 |
Color Harmonies of #5F399C
Complementary color
Monochromatic Colors of #5F399C
Black with #5F399C
Text Example
Text Example
White with #5F399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F399C; }
p { color: rgb(95,57,156); }
H1.HeaderClassName
{
color: #5F399C;
}
.AnyTagClassName
{
color: #5F399C;
}
</style>
background-color css
<style>
a { background-color: #5F399C; }
a { background-color: rgb(95,57,156); }
div.DivClassName
{
background-color: #5F399C;
}
.BgClassName
{
background-color: #5F399C;
}
</style>
border-color css
<style>
span { border-color: #5F399C; }
span { border-color: rgb(95,57,156); }
td.TdClassName
{
border-color: #5F399C;
}
.TagClassName
{
border-color: #5F399C;
}
</style>