Shades of Kingfisher Daisy #5A3582
Tints of Kingfisher Daisy #5A3582
RGB
CMYK
RGB Variations
Color information
#5A3582 (or 0x5A3582) is known color: Kingfisher Daisy. HEX triplet: 5A, 35 and 82. RGB value is (90,53,130). Sum of RGB (Red+Green+Blue) = 90+53+130=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A3582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3582 is #A5CA7D. Grayscale: #484848. Windows color (decimal): -10865278 or 8533338. OLE color: 8533338.
HSL color Cylindrical-coordinate representation of color #5A3582: hue angle of 268.83º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A3582 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 53 | 130 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.49 |
| HSL | 268.83º | 0.42% | 0.36% | - |
| HSV(B) | 268.83º | 0.59% | 0.51% | - |
| XYZ | 9.52 | 6.33 | 21.84 | - |
| YUV | 72.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 130 | 0.31 | 0.59 | 0 | 0.49 | 268.83 | 0.42 | 0.36 |
| Hex | 5A | 35 | 82 | 1F | 3B | 0 | 31 | 10D | 2A | 24 |
| Octal | 132 | 65 | 202 | 37 | 73 | 0 | 61 | 415 | 52 | 44 |
| Binary | 1011010 | 110101 | 10000010 | 11111 | 111011 | 0 | 110001 | 100001101 | 101010 | 100100 |
Color Harmonies of #5A3582
Complementary color
Monochromatic Colors of #5A3582
Black with #5A3582
Text Example
Text Example
White with #5A3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3582; }
p { color: rgb(90,53,130); }
H1.HeaderClassName
{
color: #5A3582;
}
.AnyTagClassName
{
color: #5A3582;
}
</style>
background-color css
<style>
a { background-color: #5A3582; }
a { background-color: rgb(90,53,130); }
div.DivClassName
{
background-color: #5A3582;
}
.BgClassName
{
background-color: #5A3582;
}
</style>
border-color css
<style>
span { border-color: #5A3582; }
span { border-color: rgb(90,53,130); }
td.TdClassName
{
border-color: #5A3582;
}
.TagClassName
{
border-color: #5A3582;
}
</style>