Shades of Daisy Bush #5D269C
Tints of Daisy Bush #5D269C
RGB
CMYK
RGB Variations
Color information
#5D269C (or 0x5D269C) is known color: Daisy Bush. HEX triplet: 5D, 26 and 9C. RGB value is (93,38,156). Sum of RGB (Red+Green+Blue) = 93+38+156=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D269C is #A2D963. Grayscale: #434343. Windows color (decimal): -10672484 or 10233437. OLE color: 10233437.
HSL color Cylindrical-coordinate representation of color #5D269C: hue angle of 267.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D269C is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 38 | 156 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.39 |
| HSL | 267.97º | 0.61% | 0.38% | - |
| HSV(B) | 267.97º | 0.76% | 0.61% | - |
| XYZ | 11.21 | 6.11 | 32.04 | - |
| YUV | 67.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 156 | 0.40 | 0.76 | 0 | 0.39 | 267.97 | 0.61 | 0.38 |
| Hex | 5D | 26 | 9C | 28 | 4C | 0 | 27 | 10C | 3D | 26 |
| Octal | 135 | 46 | 234 | 50 | 114 | 0 | 47 | 414 | 75 | 46 |
| Binary | 1011101 | 100110 | 10011100 | 101000 | 1001100 | 0 | 100111 | 100001100 | 111101 | 100110 |
Color Harmonies of #5D269C
Complementary color
Monochromatic Colors of #5D269C
Black with #5D269C
Text Example
Text Example
White with #5D269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D269C; }
p { color: rgb(93,38,156); }
H1.HeaderClassName
{
color: #5D269C;
}
.AnyTagClassName
{
color: #5D269C;
}
</style>
background-color css
<style>
a { background-color: #5D269C; }
a { background-color: rgb(93,38,156); }
div.DivClassName
{
background-color: #5D269C;
}
.BgClassName
{
background-color: #5D269C;
}
</style>
border-color css
<style>
span { border-color: #5D269C; }
span { border-color: rgb(93,38,156); }
td.TdClassName
{
border-color: #5D269C;
}
.TagClassName
{
border-color: #5D269C;
}
</style>