Shades of Kingfisher Daisy #5A1E84
Tints of Kingfisher Daisy #5A1E84
RGB
CMYK
RGB Variations
Color information
#5A1E84 (or 0x5A1E84) is known color: Kingfisher Daisy. HEX triplet: 5A, 1E and 84. RGB value is (90,30,132). Sum of RGB (Red+Green+Blue) = 90+30+132=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A1E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1E84 is #A5E17B. Grayscale: #3B3B3B. Windows color (decimal): -10871164 or 8658522. OLE color: 8658522.
HSL color Cylindrical-coordinate representation of color #5A1E84: hue angle of 275.29º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1E84 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 30 | 132 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.48 |
| HSL | 275.29º | 0.63% | 0.32% | - |
| HSV(B) | 275.29º | 0.77% | 0.52% | - |
| XYZ | 8.85 | 4.77 | 22.28 | - |
| YUV | 59.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 132 | 0.32 | 0.77 | 0 | 0.48 | 275.29 | 0.63 | 0.32 |
| Hex | 5A | 1E | 84 | 20 | 4D | 0 | 30 | 113 | 3F | 20 |
| Octal | 132 | 36 | 204 | 40 | 115 | 0 | 60 | 423 | 77 | 40 |
| Binary | 1011010 | 11110 | 10000100 | 100000 | 1001101 | 0 | 110000 | 100010011 | 111111 | 100000 |
Color Harmonies of #5A1E84
Complementary color
Monochromatic Colors of #5A1E84
Black with #5A1E84
Text Example
Text Example
White with #5A1E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E84; }
p { color: rgb(90,30,132); }
H1.HeaderClassName
{
color: #5A1E84;
}
.AnyTagClassName
{
color: #5A1E84;
}
</style>
background-color css
<style>
a { background-color: #5A1E84; }
a { background-color: rgb(90,30,132); }
div.DivClassName
{
background-color: #5A1E84;
}
.BgClassName
{
background-color: #5A1E84;
}
</style>
border-color css
<style>
span { border-color: #5A1E84; }
span { border-color: rgb(90,30,132); }
td.TdClassName
{
border-color: #5A1E84;
}
.TagClassName
{
border-color: #5A1E84;
}
</style>