Shades of Daisy Bush #5D3F9C
Tints of Daisy Bush #5D3F9C
RGB
CMYK
RGB Variations
Color information
#5D3F9C (or 0x5D3F9C) is known color: Daisy Bush. HEX triplet: 5D, 3F and 9C. RGB value is (93,63,156). Sum of RGB (Red+Green+Blue) = 93+63+156=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D3F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3F9C is #A2C063. Grayscale: #525252. Windows color (decimal): -10666084 or 10239837. OLE color: 10239837.
HSL color Cylindrical-coordinate representation of color #5D3F9C: hue angle of 259.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D3F9C is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 63 | 156 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.39 |
| HSL | 259.35º | 0.42% | 0.43% | - |
| HSV(B) | 259.35º | 0.6% | 0.61% | - |
| XYZ | 12.29 | 8.28 | 32.4 | - |
| YUV | 82.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 156 | 0.40 | 0.60 | 0 | 0.39 | 259.35 | 0.42 | 0.43 |
| Hex | 5D | 3F | 9C | 28 | 3C | 0 | 27 | 103 | 2A | 2B |
| Octal | 135 | 77 | 234 | 50 | 74 | 0 | 47 | 403 | 52 | 53 |
| Binary | 1011101 | 111111 | 10011100 | 101000 | 111100 | 0 | 100111 | 100000011 | 101010 | 101011 |
Color Harmonies of #5D3F9C
Complementary color
Monochromatic Colors of #5D3F9C
Black with #5D3F9C
Text Example
Text Example
White with #5D3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3F9C; }
p { color: rgb(93,63,156); }
H1.HeaderClassName
{
color: #5D3F9C;
}
.AnyTagClassName
{
color: #5D3F9C;
}
</style>
background-color css
<style>
a { background-color: #5D3F9C; }
a { background-color: rgb(93,63,156); }
div.DivClassName
{
background-color: #5D3F9C;
}
.BgClassName
{
background-color: #5D3F9C;
}
</style>
border-color css
<style>
span { border-color: #5D3F9C; }
span { border-color: rgb(93,63,156); }
td.TdClassName
{
border-color: #5D3F9C;
}
.TagClassName
{
border-color: #5D3F9C;
}
</style>