Shades of Daisy Bush #5B269E
Tints of Daisy Bush #5B269E
RGB
CMYK
RGB Variations
Color information
#5B269E (or 0x5B269E) is known color: Daisy Bush. HEX triplet: 5B, 26 and 9E. RGB value is (91,38,158). Sum of RGB (Red+Green+Blue) = 91+38+158=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B269E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B269E is #A4D961. Grayscale: #434343. Windows color (decimal): -10803554 or 10364507. OLE color: 10364507.
HSL color Cylindrical-coordinate representation of color #5B269E: hue angle of 266.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B269E is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 38 | 158 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.38 |
| HSL | 266.5º | 0.61% | 0.38% | - |
| HSV(B) | 266.5º | 0.76% | 0.62% | - |
| XYZ | 11.18 | 6.08 | 32.93 | - |
| YUV | 67.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 158 | 0.42 | 0.76 | 0 | 0.38 | 266.5 | 0.61 | 0.38 |
| Hex | 5B | 26 | 9E | 2A | 4C | 0 | 26 | 10A | 3D | 26 |
| Octal | 133 | 46 | 236 | 52 | 114 | 0 | 46 | 412 | 75 | 46 |
| Binary | 1011011 | 100110 | 10011110 | 101010 | 1001100 | 0 | 100110 | 100001010 | 111101 | 100110 |
Color Harmonies of #5B269E
Complementary color
Monochromatic Colors of #5B269E
Black with #5B269E
Text Example
Text Example
White with #5B269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B269E; }
p { color: rgb(91,38,158); }
H1.HeaderClassName
{
color: #5B269E;
}
.AnyTagClassName
{
color: #5B269E;
}
</style>
background-color css
<style>
a { background-color: #5B269E; }
a { background-color: rgb(91,38,158); }
div.DivClassName
{
background-color: #5B269E;
}
.BgClassName
{
background-color: #5B269E;
}
</style>
border-color css
<style>
span { border-color: #5B269E; }
span { border-color: rgb(91,38,158); }
td.TdClassName
{
border-color: #5B269E;
}
.TagClassName
{
border-color: #5B269E;
}
</style>