Shades of Kingfisher Daisy #5D3079
Tints of Kingfisher Daisy #5D3079
RGB
CMYK
RGB Variations
Color information
#5D3079 (or 0x5D3079) is known color: Kingfisher Daisy. HEX triplet: 5D, 30 and 79. RGB value is (93,48,121). Sum of RGB (Red+Green+Blue) = 93+48+121=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D3079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3079 is #A2CF86. Grayscale: #454545. Windows color (decimal): -10669959 or 7942237. OLE color: 7942237.
HSL color Cylindrical-coordinate representation of color #5D3079: hue angle of 276.99º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D3079 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 48 | 121 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.53 |
| HSL | 276.99º | 0.43% | 0.33% | - |
| HSV(B) | 276.99º | 0.6% | 0.47% | - |
| XYZ | 9.02 | 5.82 | 18.74 | - |
| YUV | 69.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 121 | 0.23 | 0.60 | 0 | 0.53 | 276.99 | 0.43 | 0.33 |
| Hex | 5D | 30 | 79 | 17 | 3C | 0 | 35 | 115 | 2B | 21 |
| Octal | 135 | 60 | 171 | 27 | 74 | 0 | 65 | 425 | 53 | 41 |
| Binary | 1011101 | 110000 | 1111001 | 10111 | 111100 | 0 | 110101 | 100010101 | 101011 | 100001 |
Color Harmonies of #5D3079
Complementary color
Monochromatic Colors of #5D3079
Black with #5D3079
Text Example
Text Example
White with #5D3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3079; }
p { color: rgb(93,48,121); }
H1.HeaderClassName
{
color: #5D3079;
}
.AnyTagClassName
{
color: #5D3079;
}
</style>
background-color css
<style>
a { background-color: #5D3079; }
a { background-color: rgb(93,48,121); }
div.DivClassName
{
background-color: #5D3079;
}
.BgClassName
{
background-color: #5D3079;
}
</style>
border-color css
<style>
span { border-color: #5D3079; }
span { border-color: rgb(93,48,121); }
td.TdClassName
{
border-color: #5D3079;
}
.TagClassName
{
border-color: #5D3079;
}
</style>