Shades of Kingfisher Daisy #5D3887
Tints of Kingfisher Daisy #5D3887
RGB
CMYK
RGB Variations
Color information
#5D3887 (or 0x5D3887) is known color: Kingfisher Daisy. HEX triplet: 5D, 38 and 87. RGB value is (93,56,135). Sum of RGB (Red+Green+Blue) = 93+56+135=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D3887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3887 is #A2C778. Grayscale: #4B4B4B. Windows color (decimal): -10667897 or 8861789. OLE color: 8861789.
HSL color Cylindrical-coordinate representation of color #5D3887: hue angle of 268.1º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D3887 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 56 | 135 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.47 |
| HSL | 268.1º | 0.41% | 0.37% | - |
| HSV(B) | 268.1º | 0.59% | 0.53% | - |
| XYZ | 10.3 | 6.9 | 23.71 | - |
| YUV | 76.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 135 | 0.31 | 0.59 | 0 | 0.47 | 268.1 | 0.41 | 0.37 |
| Hex | 5D | 38 | 87 | 1F | 3B | 0 | 2F | 10C | 29 | 25 |
| Octal | 135 | 70 | 207 | 37 | 73 | 0 | 57 | 414 | 51 | 45 |
| Binary | 1011101 | 111000 | 10000111 | 11111 | 111011 | 0 | 101111 | 100001100 | 101001 | 100101 |
Color Harmonies of #5D3887
Complementary color
Monochromatic Colors of #5D3887
Black with #5D3887
Text Example
Text Example
White with #5D3887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3887; }
p { color: rgb(93,56,135); }
H1.HeaderClassName
{
color: #5D3887;
}
.AnyTagClassName
{
color: #5D3887;
}
</style>
background-color css
<style>
a { background-color: #5D3887; }
a { background-color: rgb(93,56,135); }
div.DivClassName
{
background-color: #5D3887;
}
.BgClassName
{
background-color: #5D3887;
}
</style>
border-color css
<style>
span { border-color: #5D3887; }
span { border-color: rgb(93,56,135); }
td.TdClassName
{
border-color: #5D3887;
}
.TagClassName
{
border-color: #5D3887;
}
</style>