Shades of Kingfisher Daisy #5D3789
Tints of Kingfisher Daisy #5D3789
RGB
CMYK
RGB Variations
Color information
#5D3789 (or 0x5D3789) is known color: Kingfisher Daisy. HEX triplet: 5D, 37 and 89. RGB value is (93,55,137). Sum of RGB (Red+Green+Blue) = 93+55+137=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D3789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3789 is #A2C876. Grayscale: #4B4B4B. Windows color (decimal): -10668151 or 8992605. OLE color: 8992605.
HSL color Cylindrical-coordinate representation of color #5D3789: hue angle of 267.8º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D3789 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 55 | 137 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.46 |
| HSL | 267.8º | 0.43% | 0.38% | - |
| HSV(B) | 267.8º | 0.6% | 0.54% | - |
| XYZ | 10.4 | 6.87 | 24.44 | - |
| YUV | 75.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 137 | 0.32 | 0.60 | 0 | 0.46 | 267.8 | 0.43 | 0.38 |
| Hex | 5D | 37 | 89 | 20 | 3C | 0 | 2E | 10C | 2B | 26 |
| Octal | 135 | 67 | 211 | 40 | 74 | 0 | 56 | 414 | 53 | 46 |
| Binary | 1011101 | 110111 | 10001001 | 100000 | 111100 | 0 | 101110 | 100001100 | 101011 | 100110 |
Color Harmonies of #5D3789
Complementary color
Monochromatic Colors of #5D3789
Black with #5D3789
Text Example
Text Example
White with #5D3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3789; }
p { color: rgb(93,55,137); }
H1.HeaderClassName
{
color: #5D3789;
}
.AnyTagClassName
{
color: #5D3789;
}
</style>
background-color css
<style>
a { background-color: #5D3789; }
a { background-color: rgb(93,55,137); }
div.DivClassName
{
background-color: #5D3789;
}
.BgClassName
{
background-color: #5D3789;
}
</style>
border-color css
<style>
span { border-color: #5D3789; }
span { border-color: rgb(93,55,137); }
td.TdClassName
{
border-color: #5D3789;
}
.TagClassName
{
border-color: #5D3789;
}
</style>