Shades of Kingfisher Daisy #5A3079
Tints of Kingfisher Daisy #5A3079
RGB
CMYK
RGB Variations
Color information
#5A3079 (or 0x5A3079) is known color: Kingfisher Daisy. HEX triplet: 5A, 30 and 79. RGB value is (90,48,121). Sum of RGB (Red+Green+Blue) = 90+48+121=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A3079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3079 is #A5CF86. Grayscale: #444444. Windows color (decimal): -10866567 or 7942234. OLE color: 7942234.
HSL color Cylindrical-coordinate representation of color #5A3079: hue angle of 274.52º 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 #5A3079 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 48 | 121 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.53 |
| HSL | 274.52º | 0.43% | 0.33% | - |
| HSV(B) | 274.52º | 0.6% | 0.47% | - |
| XYZ | 8.72 | 5.67 | 18.72 | - |
| YUV | 68.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 121 | 0.26 | 0.60 | 0 | 0.53 | 274.52 | 0.43 | 0.33 |
| Hex | 5A | 30 | 79 | 1A | 3C | 0 | 35 | 113 | 2B | 21 |
| Octal | 132 | 60 | 171 | 32 | 74 | 0 | 65 | 423 | 53 | 41 |
| Binary | 1011010 | 110000 | 1111001 | 11010 | 111100 | 0 | 110101 | 100010011 | 101011 | 100001 |
Color Harmonies of #5A3079
Complementary color
Monochromatic Colors of #5A3079
Black with #5A3079
Text Example
Text Example
White with #5A3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3079; }
p { color: rgb(90,48,121); }
H1.HeaderClassName
{
color: #5A3079;
}
.AnyTagClassName
{
color: #5A3079;
}
</style>
background-color css
<style>
a { background-color: #5A3079; }
a { background-color: rgb(90,48,121); }
div.DivClassName
{
background-color: #5A3079;
}
.BgClassName
{
background-color: #5A3079;
}
</style>
border-color css
<style>
span { border-color: #5A3079; }
span { border-color: rgb(90,48,121); }
td.TdClassName
{
border-color: #5A3079;
}
.TagClassName
{
border-color: #5A3079;
}
</style>