Shades of Kingfisher Daisy #5D348D
Tints of Kingfisher Daisy #5D348D
RGB
CMYK
RGB Variations
Color information
#5D348D (or 0x5D348D) is known color: Kingfisher Daisy. HEX triplet: 5D, 34 and 8D. RGB value is (93,52,141). Sum of RGB (Red+Green+Blue) = 93+52+141=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D348D is #A2CB72. Grayscale: #4A4A4A. Windows color (decimal): -10668915 or 9253981. OLE color: 9253981.
HSL color Cylindrical-coordinate representation of color #5D348D: hue angle of 267.64º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D348D is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 52 | 141 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.45 |
| HSL | 267.64º | 0.46% | 0.38% | - |
| HSV(B) | 267.64º | 0.63% | 0.55% | - |
| XYZ | 10.55 | 6.71 | 25.94 | - |
| YUV | 74.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 141 | 0.34 | 0.63 | 0 | 0.45 | 267.64 | 0.46 | 0.38 |
| Hex | 5D | 34 | 8D | 22 | 3F | 0 | 2D | 10C | 2E | 26 |
| Octal | 135 | 64 | 215 | 42 | 77 | 0 | 55 | 414 | 56 | 46 |
| Binary | 1011101 | 110100 | 10001101 | 100010 | 111111 | 0 | 101101 | 100001100 | 101110 | 100110 |
Color Harmonies of #5D348D
Complementary color
Monochromatic Colors of #5D348D
Black with #5D348D
Text Example
Text Example
White with #5D348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D348D; }
p { color: rgb(93,52,141); }
H1.HeaderClassName
{
color: #5D348D;
}
.AnyTagClassName
{
color: #5D348D;
}
</style>
background-color css
<style>
a { background-color: #5D348D; }
a { background-color: rgb(93,52,141); }
div.DivClassName
{
background-color: #5D348D;
}
.BgClassName
{
background-color: #5D348D;
}
</style>
border-color css
<style>
span { border-color: #5D348D; }
span { border-color: rgb(93,52,141); }
td.TdClassName
{
border-color: #5D348D;
}
.TagClassName
{
border-color: #5D348D;
}
</style>