Shades of Kingfisher Daisy #5D3584
Tints of Kingfisher Daisy #5D3584
RGB
CMYK
RGB Variations
Color information
#5D3584 (or 0x5D3584) is known color: Kingfisher Daisy. HEX triplet: 5D, 35 and 84. RGB value is (93,53,132). Sum of RGB (Red+Green+Blue) = 93+53+132=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D3584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3584 is #A2CA7B. Grayscale: #494949. Windows color (decimal): -10668668 or 8664413. OLE color: 8664413.
HSL color Cylindrical-coordinate representation of color #5D3584: hue angle of 270.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D3584 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 53 | 132 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.48 |
| HSL | 270.38º | 0.43% | 0.36% | - |
| HSV(B) | 270.38º | 0.6% | 0.52% | - |
| XYZ | 9.95 | 6.54 | 22.57 | - |
| YUV | 73.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 132 | 0.30 | 0.60 | 0 | 0.48 | 270.38 | 0.43 | 0.36 |
| Hex | 5D | 35 | 84 | 1E | 3C | 0 | 30 | 10E | 2B | 24 |
| Octal | 135 | 65 | 204 | 36 | 74 | 0 | 60 | 416 | 53 | 44 |
| Binary | 1011101 | 110101 | 10000100 | 11110 | 111100 | 0 | 110000 | 100001110 | 101011 | 100100 |
Color Harmonies of #5D3584
Complementary color
Monochromatic Colors of #5D3584
Black with #5D3584
Text Example
Text Example
White with #5D3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3584; }
p { color: rgb(93,53,132); }
H1.HeaderClassName
{
color: #5D3584;
}
.AnyTagClassName
{
color: #5D3584;
}
</style>
background-color css
<style>
a { background-color: #5D3584; }
a { background-color: rgb(93,53,132); }
div.DivClassName
{
background-color: #5D3584;
}
.BgClassName
{
background-color: #5D3584;
}
</style>
border-color css
<style>
span { border-color: #5D3584; }
span { border-color: rgb(93,53,132); }
td.TdClassName
{
border-color: #5D3584;
}
.TagClassName
{
border-color: #5D3584;
}
</style>