Shades of Kingfisher Daisy #5D3579
Tints of Kingfisher Daisy #5D3579
RGB
CMYK
RGB Variations
Color information
#5D3579 (or 0x5D3579) is known color: Kingfisher Daisy. HEX triplet: 5D, 35 and 79. RGB value is (93,53,121). Sum of RGB (Red+Green+Blue) = 93+53+121=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D3579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3579 is #A2CA86. Grayscale: #484848. Windows color (decimal): -10668679 or 7943517. OLE color: 7943517.
HSL color Cylindrical-coordinate representation of color #5D3579: hue angle of 275.29º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D3579 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 53 | 121 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.53 |
| HSL | 275.29º | 0.39% | 0.34% | - |
| HSV(B) | 275.29º | 0.56% | 0.47% | - |
| XYZ | 9.24 | 6.25 | 18.81 | - |
| YUV | 72.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 121 | 0.23 | 0.56 | 0 | 0.53 | 275.29 | 0.39 | 0.34 |
| Hex | 5D | 35 | 79 | 17 | 38 | 0 | 35 | 113 | 27 | 22 |
| Octal | 135 | 65 | 171 | 27 | 70 | 0 | 65 | 423 | 47 | 42 |
| Binary | 1011101 | 110101 | 1111001 | 10111 | 111000 | 0 | 110101 | 100010011 | 100111 | 100010 |
Color Harmonies of #5D3579
Complementary color
Monochromatic Colors of #5D3579
Black with #5D3579
Text Example
Text Example
White with #5D3579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3579; }
p { color: rgb(93,53,121); }
H1.HeaderClassName
{
color: #5D3579;
}
.AnyTagClassName
{
color: #5D3579;
}
</style>
background-color css
<style>
a { background-color: #5D3579; }
a { background-color: rgb(93,53,121); }
div.DivClassName
{
background-color: #5D3579;
}
.BgClassName
{
background-color: #5D3579;
}
</style>
border-color css
<style>
span { border-color: #5D3579; }
span { border-color: rgb(93,53,121); }
td.TdClassName
{
border-color: #5D3579;
}
.TagClassName
{
border-color: #5D3579;
}
</style>