Shades of Kingfisher Daisy #5B328D
Tints of Kingfisher Daisy #5B328D
RGB
CMYK
RGB Variations
Color information
#5B328D (or 0x5B328D) is known color: Kingfisher Daisy. HEX triplet: 5B, 32 and 8D. RGB value is (91,50,141). Sum of RGB (Red+Green+Blue) = 91+50+141=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B328D is #A4CD72. Grayscale: #484848. Windows color (decimal): -10800499 or 9253467. OLE color: 9253467.
HSL color Cylindrical-coordinate representation of color #5B328D: hue angle of 267.03º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B328D is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 50 | 141 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.45 |
| HSL | 267.03º | 0.48% | 0.37% | - |
| HSV(B) | 267.03º | 0.65% | 0.55% | - |
| XYZ | 10.26 | 6.43 | 25.9 | - |
| YUV | 72.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 141 | 0.35 | 0.65 | 0 | 0.45 | 267.03 | 0.48 | 0.37 |
| Hex | 5B | 32 | 8D | 23 | 41 | 0 | 2D | 10B | 30 | 25 |
| Octal | 133 | 62 | 215 | 43 | 101 | 0 | 55 | 413 | 60 | 45 |
| Binary | 1011011 | 110010 | 10001101 | 100011 | 1000001 | 0 | 101101 | 100001011 | 110000 | 100101 |
Color Harmonies of #5B328D
Complementary color
Monochromatic Colors of #5B328D
Black with #5B328D
Text Example
Text Example
White with #5B328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B328D; }
p { color: rgb(91,50,141); }
H1.HeaderClassName
{
color: #5B328D;
}
.AnyTagClassName
{
color: #5B328D;
}
</style>
background-color css
<style>
a { background-color: #5B328D; }
a { background-color: rgb(91,50,141); }
div.DivClassName
{
background-color: #5B328D;
}
.BgClassName
{
background-color: #5B328D;
}
</style>
border-color css
<style>
span { border-color: #5B328D; }
span { border-color: rgb(91,50,141); }
td.TdClassName
{
border-color: #5B328D;
}
.TagClassName
{
border-color: #5B328D;
}
</style>