Shades of Kingfisher Daisy #5A3089
Tints of Kingfisher Daisy #5A3089
RGB
CMYK
RGB Variations
Color information
#5A3089 (or 0x5A3089) is known color: Kingfisher Daisy. HEX triplet: 5A, 30 and 89. RGB value is (90,48,137). Sum of RGB (Red+Green+Blue) = 90+48+137=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3089 is #A5CF76. Grayscale: #464646. Windows color (decimal): -10866551 or 8990810. OLE color: 8990810.
HSL color Cylindrical-coordinate representation of color #5A3089: hue angle of 268.31º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A3089 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 48 | 137 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.46 |
| HSL | 268.31º | 0.48% | 0.36% | - |
| HSV(B) | 268.31º | 0.65% | 0.54% | - |
| XYZ | 9.79 | 6.09 | 24.33 | - |
| YUV | 70.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 137 | 0.34 | 0.65 | 0 | 0.46 | 268.31 | 0.48 | 0.36 |
| Hex | 5A | 30 | 89 | 22 | 41 | 0 | 2E | 10C | 30 | 24 |
| Octal | 132 | 60 | 211 | 42 | 101 | 0 | 56 | 414 | 60 | 44 |
| Binary | 1011010 | 110000 | 10001001 | 100010 | 1000001 | 0 | 101110 | 100001100 | 110000 | 100100 |
Color Harmonies of #5A3089
Complementary color
Monochromatic Colors of #5A3089
Black with #5A3089
Text Example
Text Example
White with #5A3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3089; }
p { color: rgb(90,48,137); }
H1.HeaderClassName
{
color: #5A3089;
}
.AnyTagClassName
{
color: #5A3089;
}
</style>
background-color css
<style>
a { background-color: #5A3089; }
a { background-color: rgb(90,48,137); }
div.DivClassName
{
background-color: #5A3089;
}
.BgClassName
{
background-color: #5A3089;
}
</style>
border-color css
<style>
span { border-color: #5A3089; }
span { border-color: rgb(90,48,137); }
td.TdClassName
{
border-color: #5A3089;
}
.TagClassName
{
border-color: #5A3089;
}
</style>