Shades of Kingfisher Daisy #5D3A83
Tints of Kingfisher Daisy #5D3A83
RGB
CMYK
RGB Variations
Color information
#5D3A83 (or 0x5D3A83) is known color: Kingfisher Daisy. HEX triplet: 5D, 3A and 83. RGB value is (93,58,131). Sum of RGB (Red+Green+Blue) = 93+58+131=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D3A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3A83 is #A2C57C. Grayscale: #4C4C4C. Windows color (decimal): -10667389 or 8600157. OLE color: 8600157.
HSL color Cylindrical-coordinate representation of color #5D3A83: hue angle of 268.77º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D3A83 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 58 | 131 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.49 |
| HSL | 268.77º | 0.39% | 0.37% | - |
| HSV(B) | 268.77º | 0.56% | 0.51% | - |
| XYZ | 10.12 | 6.99 | 22.29 | - |
| YUV | 76.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 131 | 0.29 | 0.56 | 0 | 0.49 | 268.77 | 0.39 | 0.37 |
| Hex | 5D | 3A | 83 | 1D | 38 | 0 | 31 | 10D | 27 | 25 |
| Octal | 135 | 72 | 203 | 35 | 70 | 0 | 61 | 415 | 47 | 45 |
| Binary | 1011101 | 111010 | 10000011 | 11101 | 111000 | 0 | 110001 | 100001101 | 100111 | 100101 |
Color Harmonies of #5D3A83
Complementary color
Monochromatic Colors of #5D3A83
Black with #5D3A83
Text Example
Text Example
White with #5D3A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A83; }
p { color: rgb(93,58,131); }
H1.HeaderClassName
{
color: #5D3A83;
}
.AnyTagClassName
{
color: #5D3A83;
}
</style>
background-color css
<style>
a { background-color: #5D3A83; }
a { background-color: rgb(93,58,131); }
div.DivClassName
{
background-color: #5D3A83;
}
.BgClassName
{
background-color: #5D3A83;
}
</style>
border-color css
<style>
span { border-color: #5D3A83; }
span { border-color: rgb(93,58,131); }
td.TdClassName
{
border-color: #5D3A83;
}
.TagClassName
{
border-color: #5D3A83;
}
</style>