Shades of Daisy Bush #5B4283
Tints of Daisy Bush #5B4283
RGB
CMYK
RGB Variations
Color information
#5B4283 (or 0x5B4283) is known color: Daisy Bush. HEX triplet: 5B, 42 and 83. RGB value is (91,66,131). Sum of RGB (Red+Green+Blue) = 91+66+131=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B4283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4283 is #A4BD7C. Grayscale: #505050. Windows color (decimal): -10796413 or 8602203. OLE color: 8602203.
HSL color Cylindrical-coordinate representation of color #5B4283: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B4283 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 66 | 131 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.49 |
| HSL | 263.08º | 0.33% | 0.39% | - |
| HSV(B) | 263.08º | 0.5% | 0.51% | - |
| XYZ | 10.36 | 7.76 | 22.42 | - |
| YUV | 80.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 131 | 0.31 | 0.50 | 0 | 0.49 | 263.08 | 0.33 | 0.39 |
| Hex | 5B | 42 | 83 | 1F | 32 | 0 | 31 | 107 | 21 | 27 |
| Octal | 133 | 102 | 203 | 37 | 62 | 0 | 61 | 407 | 41 | 47 |
| Binary | 1011011 | 1000010 | 10000011 | 11111 | 110010 | 0 | 110001 | 100000111 | 100001 | 100111 |
Color Harmonies of #5B4283
Complementary color
Monochromatic Colors of #5B4283
Black with #5B4283
Text Example
Text Example
White with #5B4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4283; }
p { color: rgb(91,66,131); }
H1.HeaderClassName
{
color: #5B4283;
}
.AnyTagClassName
{
color: #5B4283;
}
</style>
background-color css
<style>
a { background-color: #5B4283; }
a { background-color: rgb(91,66,131); }
div.DivClassName
{
background-color: #5B4283;
}
.BgClassName
{
background-color: #5B4283;
}
</style>
border-color css
<style>
span { border-color: #5B4283; }
span { border-color: rgb(91,66,131); }
td.TdClassName
{
border-color: #5B4283;
}
.TagClassName
{
border-color: #5B4283;
}
</style>