Shades of Kingfisher Daisy #5D2891
Tints of Kingfisher Daisy #5D2891
RGB
CMYK
RGB Variations
Color information
#5D2891 (or 0x5D2891) is known color: Kingfisher Daisy. HEX triplet: 5D, 28 and 91. RGB value is (93,40,145). Sum of RGB (Red+Green+Blue) = 93+40+145=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #5D2891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2891 is #A2D76E. Grayscale: #434343. Windows color (decimal): -10671983 or 9513053. OLE color: 9513053.
HSL color Cylindrical-coordinate representation of color #5D2891: hue angle of 270.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D2891 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 40 | 145 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.43 |
| HSL | 270.29º | 0.57% | 0.36% | - |
| HSV(B) | 270.29º | 0.72% | 0.57% | - |
| XYZ | 10.38 | 5.89 | 27.38 | - |
| YUV | 67.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 40 | 145 | 0.36 | 0.72 | 0 | 0.43 | 270.29 | 0.57 | 0.36 |
| Hex | 5D | 28 | 91 | 24 | 48 | 0 | 2B | 10E | 39 | 24 |
| Octal | 135 | 50 | 221 | 44 | 110 | 0 | 53 | 416 | 71 | 44 |
| Binary | 1011101 | 101000 | 10010001 | 100100 | 1001000 | 0 | 101011 | 100001110 | 111001 | 100100 |
Color Harmonies of #5D2891
Complementary color
Monochromatic Colors of #5D2891
Black with #5D2891
Text Example
Text Example
White with #5D2891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2891; }
p { color: rgb(93,40,145); }
H1.HeaderClassName
{
color: #5D2891;
}
.AnyTagClassName
{
color: #5D2891;
}
</style>
background-color css
<style>
a { background-color: #5D2891; }
a { background-color: rgb(93,40,145); }
div.DivClassName
{
background-color: #5D2891;
}
.BgClassName
{
background-color: #5D2891;
}
</style>
border-color css
<style>
span { border-color: #5D2891; }
span { border-color: rgb(93,40,145); }
td.TdClassName
{
border-color: #5D2891;
}
.TagClassName
{
border-color: #5D2891;
}
</style>