Shades of Kingfisher Daisy #5A2184
Tints of Kingfisher Daisy #5A2184
RGB
CMYK
RGB Variations
Color information
#5A2184 (or 0x5A2184) is known color: Kingfisher Daisy. HEX triplet: 5A, 21 and 84. RGB value is (90,33,132). Sum of RGB (Red+Green+Blue) = 90+33+132=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2184 is #A5DE7B. Grayscale: #3C3C3C. Windows color (decimal): -10870396 or 8659290. OLE color: 8659290.
HSL color Cylindrical-coordinate representation of color #5A2184: hue angle of 274.55º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A2184 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 33 | 132 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.48 |
| HSL | 274.55º | 0.6% | 0.32% | - |
| HSV(B) | 274.55º | 0.75% | 0.52% | - |
| XYZ | 8.93 | 4.93 | 22.31 | - |
| YUV | 61.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 132 | 0.32 | 0.75 | 0 | 0.48 | 274.55 | 0.6 | 0.32 |
| Hex | 5A | 21 | 84 | 20 | 4B | 0 | 30 | 113 | 3C | 20 |
| Octal | 132 | 41 | 204 | 40 | 113 | 0 | 60 | 423 | 74 | 40 |
| Binary | 1011010 | 100001 | 10000100 | 100000 | 1001011 | 0 | 110000 | 100010011 | 111100 | 100000 |
Color Harmonies of #5A2184
Complementary color
Monochromatic Colors of #5A2184
Black with #5A2184
Text Example
Text Example
White with #5A2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2184; }
p { color: rgb(90,33,132); }
H1.HeaderClassName
{
color: #5A2184;
}
.AnyTagClassName
{
color: #5A2184;
}
</style>
background-color css
<style>
a { background-color: #5A2184; }
a { background-color: rgb(90,33,132); }
div.DivClassName
{
background-color: #5A2184;
}
.BgClassName
{
background-color: #5A2184;
}
</style>
border-color css
<style>
span { border-color: #5A2184; }
span { border-color: rgb(90,33,132); }
td.TdClassName
{
border-color: #5A2184;
}
.TagClassName
{
border-color: #5A2184;
}
</style>