Shades of Kingfisher Daisy #5A2879
Tints of Kingfisher Daisy #5A2879
RGB
CMYK
RGB Variations
Color information
#5A2879 (or 0x5A2879) is known color: Kingfisher Daisy. HEX triplet: 5A, 28 and 79. RGB value is (90,40,121). Sum of RGB (Red+Green+Blue) = 90+40+121=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A2879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2879 is #A5D786. Grayscale: #3F3F3F. Windows color (decimal): -10868615 or 7940186. OLE color: 7940186.
HSL color Cylindrical-coordinate representation of color #5A2879: hue angle of 277.04º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A2879 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 40 | 121 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.53 |
| HSL | 277.04º | 0.5% | 0.32% | - |
| HSV(B) | 277.04º | 0.67% | 0.47% | - |
| XYZ | 8.43 | 5.07 | 18.62 | - |
| YUV | 64.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 121 | 0.26 | 0.67 | 0 | 0.53 | 277.04 | 0.5 | 0.32 |
| Hex | 5A | 28 | 79 | 1A | 43 | 0 | 35 | 115 | 32 | 20 |
| Octal | 132 | 50 | 171 | 32 | 103 | 0 | 65 | 425 | 62 | 40 |
| Binary | 1011010 | 101000 | 1111001 | 11010 | 1000011 | 0 | 110101 | 100010101 | 110010 | 100000 |
Color Harmonies of #5A2879
Complementary color
Monochromatic Colors of #5A2879
Black with #5A2879
Text Example
Text Example
White with #5A2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2879; }
p { color: rgb(90,40,121); }
H1.HeaderClassName
{
color: #5A2879;
}
.AnyTagClassName
{
color: #5A2879;
}
</style>
background-color css
<style>
a { background-color: #5A2879; }
a { background-color: rgb(90,40,121); }
div.DivClassName
{
background-color: #5A2879;
}
.BgClassName
{
background-color: #5A2879;
}
</style>
border-color css
<style>
span { border-color: #5A2879; }
span { border-color: rgb(90,40,121); }
td.TdClassName
{
border-color: #5A2879;
}
.TagClassName
{
border-color: #5A2879;
}
</style>