Shades of Kingfisher Daisy #5D2895
Tints of Kingfisher Daisy #5D2895
RGB
CMYK
RGB Variations
Color information
#5D2895 (or 0x5D2895) is known color: Kingfisher Daisy. HEX triplet: 5D, 28 and 95. RGB value is (93,40,149). Sum of RGB (Red+Green+Blue) = 93+40+149=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D2895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2895 is #A2D76A. Grayscale: #434343. Windows color (decimal): -10671979 or 9775197. OLE color: 9775197.
HSL color Cylindrical-coordinate representation of color #5D2895: hue angle of 269.17º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2895 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 40 | 149 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.42 |
| HSL | 269.17º | 0.58% | 0.37% | - |
| HSV(B) | 269.17º | 0.73% | 0.58% | - |
| XYZ | 10.7 | 6.01 | 29.03 | - |
| YUV | 68.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 149 | 0.38 | 0.73 | 0 | 0.42 | 269.17 | 0.58 | 0.37 |
| Hex | 5D | 28 | 95 | 26 | 49 | 0 | 2A | 10D | 3A | 25 |
| Octal | 135 | 50 | 225 | 46 | 111 | 0 | 52 | 415 | 72 | 45 |
| Binary | 1011101 | 101000 | 10010101 | 100110 | 1001001 | 0 | 101010 | 100001101 | 111010 | 100101 |
Color Harmonies of #5D2895
Complementary color
Monochromatic Colors of #5D2895
Black with #5D2895
Text Example
Text Example
White with #5D2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2895; }
p { color: rgb(93,40,149); }
H1.HeaderClassName
{
color: #5D2895;
}
.AnyTagClassName
{
color: #5D2895;
}
</style>
background-color css
<style>
a { background-color: #5D2895; }
a { background-color: rgb(93,40,149); }
div.DivClassName
{
background-color: #5D2895;
}
.BgClassName
{
background-color: #5D2895;
}
</style>
border-color css
<style>
span { border-color: #5D2895; }
span { border-color: rgb(93,40,149); }
td.TdClassName
{
border-color: #5D2895;
}
.TagClassName
{
border-color: #5D2895;
}
</style>