Shades of Kingfisher Daisy #5B3584
Tints of Kingfisher Daisy #5B3584
RGB
CMYK
RGB Variations
Color information
#5B3584 (or 0x5B3584) is known color: Kingfisher Daisy. HEX triplet: 5B, 35 and 84. RGB value is (91,53,132). Sum of RGB (Red+Green+Blue) = 91+53+132=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B3584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3584 is #A4CA7B. Grayscale: #494949. Windows color (decimal): -10799740 or 8664411. OLE color: 8664411.
HSL color Cylindrical-coordinate representation of color #5B3584: hue angle of 268.86º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B3584 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 53 | 132 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.48 |
| HSL | 268.86º | 0.43% | 0.36% | - |
| HSV(B) | 268.86º | 0.6% | 0.52% | - |
| XYZ | 9.75 | 6.44 | 22.56 | - |
| YUV | 73.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 132 | 0.31 | 0.60 | 0 | 0.48 | 268.86 | 0.43 | 0.36 |
| Hex | 5B | 35 | 84 | 1F | 3C | 0 | 30 | 10D | 2B | 24 |
| Octal | 133 | 65 | 204 | 37 | 74 | 0 | 60 | 415 | 53 | 44 |
| Binary | 1011011 | 110101 | 10000100 | 11111 | 111100 | 0 | 110000 | 100001101 | 101011 | 100100 |
Color Harmonies of #5B3584
Complementary color
Monochromatic Colors of #5B3584
Black with #5B3584
Text Example
Text Example
White with #5B3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3584; }
p { color: rgb(91,53,132); }
H1.HeaderClassName
{
color: #5B3584;
}
.AnyTagClassName
{
color: #5B3584;
}
</style>
background-color css
<style>
a { background-color: #5B3584; }
a { background-color: rgb(91,53,132); }
div.DivClassName
{
background-color: #5B3584;
}
.BgClassName
{
background-color: #5B3584;
}
</style>
border-color css
<style>
span { border-color: #5B3584; }
span { border-color: rgb(91,53,132); }
td.TdClassName
{
border-color: #5B3584;
}
.TagClassName
{
border-color: #5B3584;
}
</style>