Shades of Kingfisher Daisy #5A2189
Tints of Kingfisher Daisy #5A2189
RGB
CMYK
RGB Variations
Color information
#5A2189 (or 0x5A2189) is known color: Kingfisher Daisy. HEX triplet: 5A, 21 and 89. RGB value is (90,33,137). Sum of RGB (Red+Green+Blue) = 90+33+137=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A2189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2189 is #A5DE76. Grayscale: #3D3D3D. Windows color (decimal): -10870391 or 8986970. OLE color: 8986970.
HSL color Cylindrical-coordinate representation of color #5A2189: hue angle of 272.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2189 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 33 | 137 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.46 |
| HSL | 272.88º | 0.61% | 0.33% | - |
| HSV(B) | 272.88º | 0.76% | 0.54% | - |
| XYZ | 9.28 | 5.07 | 24.16 | - |
| YUV | 61.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 137 | 0.34 | 0.76 | 0 | 0.46 | 272.88 | 0.61 | 0.33 |
| Hex | 5A | 21 | 89 | 22 | 4C | 0 | 2E | 111 | 3D | 21 |
| Octal | 132 | 41 | 211 | 42 | 114 | 0 | 56 | 421 | 75 | 41 |
| Binary | 1011010 | 100001 | 10001001 | 100010 | 1001100 | 0 | 101110 | 100010001 | 111101 | 100001 |
Color Harmonies of #5A2189
Complementary color
Monochromatic Colors of #5A2189
Black with #5A2189
Text Example
Text Example
White with #5A2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2189; }
p { color: rgb(90,33,137); }
H1.HeaderClassName
{
color: #5A2189;
}
.AnyTagClassName
{
color: #5A2189;
}
</style>
background-color css
<style>
a { background-color: #5A2189; }
a { background-color: rgb(90,33,137); }
div.DivClassName
{
background-color: #5A2189;
}
.BgClassName
{
background-color: #5A2189;
}
</style>
border-color css
<style>
span { border-color: #5A2189; }
span { border-color: rgb(90,33,137); }
td.TdClassName
{
border-color: #5A2189;
}
.TagClassName
{
border-color: #5A2189;
}
</style>