Shades of Kingfisher Daisy #5B298D
Tints of Kingfisher Daisy #5B298D
RGB
CMYK
RGB Variations
Color information
#5B298D (or 0x5B298D) is known color: Kingfisher Daisy. HEX triplet: 5B, 29 and 8D. RGB value is (91,41,141). Sum of RGB (Red+Green+Blue) = 91+41+141=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B298D is #A4D672. Grayscale: #434343. Windows color (decimal): -10802803 or 9251163. OLE color: 9251163.
HSL color Cylindrical-coordinate representation of color #5B298D: hue angle of 270º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B298D is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 41 | 141 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.45 |
| HSL | 270º | 0.55% | 0.36% | - |
| HSV(B) | 270º | 0.71% | 0.55% | - |
| XYZ | 9.92 | 5.73 | 25.78 | - |
| YUV | 67.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 141 | 0.35 | 0.71 | 0 | 0.45 | 270 | 0.55 | 0.36 |
| Hex | 5B | 29 | 8D | 23 | 47 | 0 | 2D | 10E | 37 | 24 |
| Octal | 133 | 51 | 215 | 43 | 107 | 0 | 55 | 416 | 67 | 44 |
| Binary | 1011011 | 101001 | 10001101 | 100011 | 1000111 | 0 | 101101 | 100001110 | 110111 | 100100 |
Color Harmonies of #5B298D
Complementary color
Monochromatic Colors of #5B298D
Black with #5B298D
Text Example
Text Example
White with #5B298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B298D; }
p { color: rgb(91,41,141); }
H1.HeaderClassName
{
color: #5B298D;
}
.AnyTagClassName
{
color: #5B298D;
}
</style>
background-color css
<style>
a { background-color: #5B298D; }
a { background-color: rgb(91,41,141); }
div.DivClassName
{
background-color: #5B298D;
}
.BgClassName
{
background-color: #5B298D;
}
</style>
border-color css
<style>
span { border-color: #5B298D; }
span { border-color: rgb(91,41,141); }
td.TdClassName
{
border-color: #5B298D;
}
.TagClassName
{
border-color: #5B298D;
}
</style>