Shades of Kingfisher Daisy #5D2994
Tints of Kingfisher Daisy #5D2994
RGB
CMYK
RGB Variations
Color information
#5D2994 (or 0x5D2994) is known color: Kingfisher Daisy. HEX triplet: 5D, 29 and 94. RGB value is (93,41,148). Sum of RGB (Red+Green+Blue) = 93+41+148=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D2994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2994 is #A2D66B. Grayscale: #444444. Windows color (decimal): -10671724 or 9709917. OLE color: 9709917.
HSL color Cylindrical-coordinate representation of color #5D2994: hue angle of 269.16º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D2994 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 41 | 148 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.42 |
| HSL | 269.16º | 0.57% | 0.37% | - |
| HSV(B) | 269.16º | 0.72% | 0.58% | - |
| XYZ | 10.65 | 6.05 | 28.62 | - |
| YUV | 68.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 148 | 0.37 | 0.72 | 0 | 0.42 | 269.16 | 0.57 | 0.37 |
| Hex | 5D | 29 | 94 | 25 | 48 | 0 | 2A | 10D | 39 | 25 |
| Octal | 135 | 51 | 224 | 45 | 110 | 0 | 52 | 415 | 71 | 45 |
| Binary | 1011101 | 101001 | 10010100 | 100101 | 1001000 | 0 | 101010 | 100001101 | 111001 | 100101 |
Color Harmonies of #5D2994
Complementary color
Monochromatic Colors of #5D2994
Black with #5D2994
Text Example
Text Example
White with #5D2994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2994; }
p { color: rgb(93,41,148); }
H1.HeaderClassName
{
color: #5D2994;
}
.AnyTagClassName
{
color: #5D2994;
}
</style>
background-color css
<style>
a { background-color: #5D2994; }
a { background-color: rgb(93,41,148); }
div.DivClassName
{
background-color: #5D2994;
}
.BgClassName
{
background-color: #5D2994;
}
</style>
border-color css
<style>
span { border-color: #5D2994; }
span { border-color: rgb(93,41,148); }
td.TdClassName
{
border-color: #5D2994;
}
.TagClassName
{
border-color: #5D2994;
}
</style>