Shades of Kingfisher Daisy #5D2E8D
Tints of Kingfisher Daisy #5D2E8D
RGB
CMYK
RGB Variations
Color information
#5D2E8D (or 0x5D2E8D) is known color: Kingfisher Daisy. HEX triplet: 5D, 2E and 8D. RGB value is (93,46,141). Sum of RGB (Red+Green+Blue) = 93+46+141=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D2E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2E8D is #A2D172. Grayscale: #464646. Windows color (decimal): -10670451 or 9252445. OLE color: 9252445.
HSL color Cylindrical-coordinate representation of color #5D2E8D: hue angle of 269.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D2E8D is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 46 | 141 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.45 |
| HSL | 269.68º | 0.51% | 0.37% | - |
| HSV(B) | 269.68º | 0.67% | 0.55% | - |
| XYZ | 10.3 | 6.2 | 25.85 | - |
| YUV | 70.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 141 | 0.34 | 0.67 | 0 | 0.45 | 269.68 | 0.51 | 0.37 |
| Hex | 5D | 2E | 8D | 22 | 43 | 0 | 2D | 10E | 33 | 25 |
| Octal | 135 | 56 | 215 | 42 | 103 | 0 | 55 | 416 | 63 | 45 |
| Binary | 1011101 | 101110 | 10001101 | 100010 | 1000011 | 0 | 101101 | 100001110 | 110011 | 100101 |
Color Harmonies of #5D2E8D
Complementary color
Monochromatic Colors of #5D2E8D
Black with #5D2E8D
Text Example
Text Example
White with #5D2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2E8D; }
p { color: rgb(93,46,141); }
H1.HeaderClassName
{
color: #5D2E8D;
}
.AnyTagClassName
{
color: #5D2E8D;
}
</style>
background-color css
<style>
a { background-color: #5D2E8D; }
a { background-color: rgb(93,46,141); }
div.DivClassName
{
background-color: #5D2E8D;
}
.BgClassName
{
background-color: #5D2E8D;
}
</style>
border-color css
<style>
span { border-color: #5D2E8D; }
span { border-color: rgb(93,46,141); }
td.TdClassName
{
border-color: #5D2E8D;
}
.TagClassName
{
border-color: #5D2E8D;
}
</style>