Shades of Kingfisher Daisy #5D3583
Tints of Kingfisher Daisy #5D3583
RGB
CMYK
RGB Variations
Color information
#5D3583 (or 0x5D3583) is known color: Kingfisher Daisy. HEX triplet: 5D, 35 and 83. RGB value is (93,53,131). Sum of RGB (Red+Green+Blue) = 93+53+131=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D3583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3583 is #A2CA7C. Grayscale: #494949. Windows color (decimal): -10668669 or 8598877. OLE color: 8598877.
HSL color Cylindrical-coordinate representation of color #5D3583: hue angle of 270.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D3583 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 53 | 131 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.49 |
| HSL | 270.77º | 0.42% | 0.36% | - |
| HSV(B) | 270.77º | 0.6% | 0.51% | - |
| XYZ | 9.88 | 6.51 | 22.21 | - |
| YUV | 73.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 131 | 0.29 | 0.60 | 0 | 0.49 | 270.77 | 0.42 | 0.36 |
| Hex | 5D | 35 | 83 | 1D | 3C | 0 | 31 | 10F | 2A | 24 |
| Octal | 135 | 65 | 203 | 35 | 74 | 0 | 61 | 417 | 52 | 44 |
| Binary | 1011101 | 110101 | 10000011 | 11101 | 111100 | 0 | 110001 | 100001111 | 101010 | 100100 |
Color Harmonies of #5D3583
Complementary color
Monochromatic Colors of #5D3583
Black with #5D3583
Text Example
Text Example
White with #5D3583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3583; }
p { color: rgb(93,53,131); }
H1.HeaderClassName
{
color: #5D3583;
}
.AnyTagClassName
{
color: #5D3583;
}
</style>
background-color css
<style>
a { background-color: #5D3583; }
a { background-color: rgb(93,53,131); }
div.DivClassName
{
background-color: #5D3583;
}
.BgClassName
{
background-color: #5D3583;
}
</style>
border-color css
<style>
span { border-color: #5D3583; }
span { border-color: rgb(93,53,131); }
td.TdClassName
{
border-color: #5D3583;
}
.TagClassName
{
border-color: #5D3583;
}
</style>