Shades of Kingfisher Daisy #5D3885
Tints of Kingfisher Daisy #5D3885
RGB
CMYK
RGB Variations
Color information
#5D3885 (or 0x5D3885) is known color: Kingfisher Daisy. HEX triplet: 5D, 38 and 85. RGB value is (93,56,133). Sum of RGB (Red+Green+Blue) = 93+56+133=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D3885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3885 is #A2C77A. Grayscale: #4B4B4B. Windows color (decimal): -10667899 or 8730717. OLE color: 8730717.
HSL color Cylindrical-coordinate representation of color #5D3885: hue angle of 268.83º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D3885 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 56 | 133 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.48 |
| HSL | 268.83º | 0.41% | 0.37% | - |
| HSV(B) | 268.83º | 0.58% | 0.52% | - |
| XYZ | 10.16 | 6.85 | 22.98 | - |
| YUV | 75.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 133 | 0.30 | 0.58 | 0 | 0.48 | 268.83 | 0.41 | 0.37 |
| Hex | 5D | 38 | 85 | 1E | 3A | 0 | 30 | 10D | 29 | 25 |
| Octal | 135 | 70 | 205 | 36 | 72 | 0 | 60 | 415 | 51 | 45 |
| Binary | 1011101 | 111000 | 10000101 | 11110 | 111010 | 0 | 110000 | 100001101 | 101001 | 100101 |
Color Harmonies of #5D3885
Complementary color
Monochromatic Colors of #5D3885
Black with #5D3885
Text Example
Text Example
White with #5D3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3885; }
p { color: rgb(93,56,133); }
H1.HeaderClassName
{
color: #5D3885;
}
.AnyTagClassName
{
color: #5D3885;
}
</style>
background-color css
<style>
a { background-color: #5D3885; }
a { background-color: rgb(93,56,133); }
div.DivClassName
{
background-color: #5D3885;
}
.BgClassName
{
background-color: #5D3885;
}
</style>
border-color css
<style>
span { border-color: #5D3885; }
span { border-color: rgb(93,56,133); }
td.TdClassName
{
border-color: #5D3885;
}
.TagClassName
{
border-color: #5D3885;
}
</style>