Shades of Daisy Bush #5B279C
Tints of Daisy Bush #5B279C
RGB
CMYK
RGB Variations
Color information
#5B279C (or 0x5B279C) is known color: Daisy Bush. HEX triplet: 5B, 27 and 9C. RGB value is (91,39,156). Sum of RGB (Red+Green+Blue) = 91+39+156=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B279C is #A4D863. Grayscale: #434343. Windows color (decimal): -10803300 or 10233691. OLE color: 10233691.
HSL color Cylindrical-coordinate representation of color #5B279C: hue angle of 266.67º degrees, saturation: 0.6, 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 #5B279C is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 39 | 156 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.39 |
| HSL | 266.67º | 0.6% | 0.38% | - |
| HSV(B) | 266.67º | 0.75% | 0.61% | - |
| XYZ | 11.04 | 6.08 | 32.04 | - |
| YUV | 67.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 156 | 0.42 | 0.75 | 0 | 0.39 | 266.67 | 0.6 | 0.38 |
| Hex | 5B | 27 | 9C | 2A | 4B | 0 | 27 | 10B | 3C | 26 |
| Octal | 133 | 47 | 234 | 52 | 113 | 0 | 47 | 413 | 74 | 46 |
| Binary | 1011011 | 100111 | 10011100 | 101010 | 1001011 | 0 | 100111 | 100001011 | 111100 | 100110 |
Color Harmonies of #5B279C
Complementary color
Monochromatic Colors of #5B279C
Black with #5B279C
Text Example
Text Example
White with #5B279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B279C; }
p { color: rgb(91,39,156); }
H1.HeaderClassName
{
color: #5B279C;
}
.AnyTagClassName
{
color: #5B279C;
}
</style>
background-color css
<style>
a { background-color: #5B279C; }
a { background-color: rgb(91,39,156); }
div.DivClassName
{
background-color: #5B279C;
}
.BgClassName
{
background-color: #5B279C;
}
</style>
border-color css
<style>
span { border-color: #5B279C; }
span { border-color: rgb(91,39,156); }
td.TdClassName
{
border-color: #5B279C;
}
.TagClassName
{
border-color: #5B279C;
}
</style>