Shades of Kingfisher Daisy #5A218D
Tints of Kingfisher Daisy #5A218D
RGB
CMYK
RGB Variations
Color information
#5A218D (or 0x5A218D) is known color: Kingfisher Daisy. HEX triplet: 5A, 21 and 8D. RGB value is (90,33,141). Sum of RGB (Red+Green+Blue) = 90+33+141=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A218D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A218D is #A5DE72. Grayscale: #3D3D3D. Windows color (decimal): -10870387 or 9249114. OLE color: 9249114.
HSL color Cylindrical-coordinate representation of color #5A218D: hue angle of 271.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A218D is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 33 | 141 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.45 |
| HSL | 271.67º | 0.62% | 0.34% | - |
| HSV(B) | 271.67º | 0.77% | 0.55% | - |
| XYZ | 9.57 | 5.18 | 25.7 | - |
| YUV | 62.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 141 | 0.36 | 0.77 | 0 | 0.45 | 271.67 | 0.62 | 0.34 |
| Hex | 5A | 21 | 8D | 24 | 4D | 0 | 2D | 110 | 3E | 22 |
| Octal | 132 | 41 | 215 | 44 | 115 | 0 | 55 | 420 | 76 | 42 |
| Binary | 1011010 | 100001 | 10001101 | 100100 | 1001101 | 0 | 101101 | 100010000 | 111110 | 100010 |
Color Harmonies of #5A218D
Complementary color
Monochromatic Colors of #5A218D
Black with #5A218D
Text Example
Text Example
White with #5A218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A218D; }
p { color: rgb(90,33,141); }
H1.HeaderClassName
{
color: #5A218D;
}
.AnyTagClassName
{
color: #5A218D;
}
</style>
background-color css
<style>
a { background-color: #5A218D; }
a { background-color: rgb(90,33,141); }
div.DivClassName
{
background-color: #5A218D;
}
.BgClassName
{
background-color: #5A218D;
}
</style>
border-color css
<style>
span { border-color: #5A218D; }
span { border-color: rgb(90,33,141); }
td.TdClassName
{
border-color: #5A218D;
}
.TagClassName
{
border-color: #5A218D;
}
</style>