Shades of Daisy Bush #5D2F98
Tints of Daisy Bush #5D2F98
RGB
CMYK
RGB Variations
Color information
#5D2F98 (or 0x5D2F98) is known color: Daisy Bush. HEX triplet: 5D, 2F and 98. RGB value is (93,47,152). Sum of RGB (Red+Green+Blue) = 93+47+152=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D2F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2F98 is #A2D067. Grayscale: #484848. Windows color (decimal): -10670184 or 9973597. OLE color: 9973597.
HSL color Cylindrical-coordinate representation of color #5D2F98: hue angle of 266.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D2F98 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 47 | 152 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.40 |
| HSL | 266.29º | 0.53% | 0.39% | - |
| HSV(B) | 266.29º | 0.69% | 0.6% | - |
| XYZ | 11.2 | 6.63 | 30.39 | - |
| YUV | 72.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 152 | 0.39 | 0.69 | 0 | 0.40 | 266.29 | 0.53 | 0.39 |
| Hex | 5D | 2F | 98 | 27 | 45 | 0 | 28 | 10A | 35 | 27 |
| Octal | 135 | 57 | 230 | 47 | 105 | 0 | 50 | 412 | 65 | 47 |
| Binary | 1011101 | 101111 | 10011000 | 100111 | 1000101 | 0 | 101000 | 100001010 | 110101 | 100111 |
Color Harmonies of #5D2F98
Complementary color
Monochromatic Colors of #5D2F98
Black with #5D2F98
Text Example
Text Example
White with #5D2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F98; }
p { color: rgb(93,47,152); }
H1.HeaderClassName
{
color: #5D2F98;
}
.AnyTagClassName
{
color: #5D2F98;
}
</style>
background-color css
<style>
a { background-color: #5D2F98; }
a { background-color: rgb(93,47,152); }
div.DivClassName
{
background-color: #5D2F98;
}
.BgClassName
{
background-color: #5D2F98;
}
</style>
border-color css
<style>
span { border-color: #5D2F98; }
span { border-color: rgb(93,47,152); }
td.TdClassName
{
border-color: #5D2F98;
}
.TagClassName
{
border-color: #5D2F98;
}
</style>