Shades of Kingfisher Daisy #5A2B89
Tints of Kingfisher Daisy #5A2B89
RGB
CMYK
RGB Variations
Color information
#5A2B89 (or 0x5A2B89) is known color: Kingfisher Daisy. HEX triplet: 5A, 2B and 89. RGB value is (90,43,137). Sum of RGB (Red+Green+Blue) = 90+43+137=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A2B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2B89 is #A5D476. Grayscale: #434343. Windows color (decimal): -10867831 or 8989530. OLE color: 8989530.
HSL color Cylindrical-coordinate representation of color #5A2B89: hue angle of 270º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A2B89 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 43 | 137 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.46 |
| HSL | 270º | 0.52% | 0.35% | - |
| HSV(B) | 270º | 0.69% | 0.54% | - |
| XYZ | 9.6 | 5.71 | 24.26 | - |
| YUV | 67.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 137 | 0.34 | 0.69 | 0 | 0.46 | 270 | 0.52 | 0.35 |
| Hex | 5A | 2B | 89 | 22 | 45 | 0 | 2E | 10E | 34 | 23 |
| Octal | 132 | 53 | 211 | 42 | 105 | 0 | 56 | 416 | 64 | 43 |
| Binary | 1011010 | 101011 | 10001001 | 100010 | 1000101 | 0 | 101110 | 100001110 | 110100 | 100011 |
Color Harmonies of #5A2B89
Complementary color
Monochromatic Colors of #5A2B89
Black with #5A2B89
Text Example
Text Example
White with #5A2B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B89; }
p { color: rgb(90,43,137); }
H1.HeaderClassName
{
color: #5A2B89;
}
.AnyTagClassName
{
color: #5A2B89;
}
</style>
background-color css
<style>
a { background-color: #5A2B89; }
a { background-color: rgb(90,43,137); }
div.DivClassName
{
background-color: #5A2B89;
}
.BgClassName
{
background-color: #5A2B89;
}
</style>
border-color css
<style>
span { border-color: #5A2B89; }
span { border-color: rgb(90,43,137); }
td.TdClassName
{
border-color: #5A2B89;
}
.TagClassName
{
border-color: #5A2B89;
}
</style>