Shades of Daisy Bush #5D269B
Tints of Daisy Bush #5D269B
RGB
CMYK
RGB Variations
Color information
#5D269B (or 0x5D269B) is known color: Daisy Bush. HEX triplet: 5D, 26 and 9B. RGB value is (93,38,155). Sum of RGB (Red+Green+Blue) = 93+38+155=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D269B is #A2D964. Grayscale: #434343. Windows color (decimal): -10672485 or 10167901. OLE color: 10167901.
HSL color Cylindrical-coordinate representation of color #5D269B: hue angle of 268.21º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D269B is Cyan = 0.4, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 38 | 155 | - |
| CMYK | 0.4 | 0.75 | 0 | 0.39 |
| HSL | 268.21º | 0.61% | 0.38% | - |
| HSV(B) | 268.21º | 0.75% | 0.61% | - |
| XYZ | 11.12 | 6.08 | 31.6 | - |
| YUV | 67.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 155 | 0.4 | 0.75 | 0 | 0.39 | 268.21 | 0.61 | 0.38 |
| Hex | 5D | 26 | 9B | 28 | 4B | 0 | 27 | 10C | 3D | 26 |
| Octal | 135 | 46 | 233 | 50 | 113 | 0 | 47 | 414 | 75 | 46 |
| Binary | 1011101 | 100110 | 10011011 | 101000 | 1001011 | 0 | 100111 | 100001100 | 111101 | 100110 |
Color Harmonies of #5D269B
Complementary color
Monochromatic Colors of #5D269B
Black with #5D269B
Text Example
Text Example
White with #5D269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D269B; }
p { color: rgb(93,38,155); }
H1.HeaderClassName
{
color: #5D269B;
}
.AnyTagClassName
{
color: #5D269B;
}
</style>
background-color css
<style>
a { background-color: #5D269B; }
a { background-color: rgb(93,38,155); }
div.DivClassName
{
background-color: #5D269B;
}
.BgClassName
{
background-color: #5D269B;
}
</style>
border-color css
<style>
span { border-color: #5D269B; }
span { border-color: rgb(93,38,155); }
td.TdClassName
{
border-color: #5D269B;
}
.TagClassName
{
border-color: #5D269B;
}
</style>