Shades of Kingfisher Daisy #5A2582
Tints of Kingfisher Daisy #5A2582
RGB
CMYK
RGB Variations
Color information
#5A2582 (or 0x5A2582) is known color: Kingfisher Daisy. HEX triplet: 5A, 25 and 82. RGB value is (90,37,130). Sum of RGB (Red+Green+Blue) = 90+37+130=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A2582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2582 is #A5DA7D. Grayscale: #3F3F3F. Windows color (decimal): -10869374 or 8529242. OLE color: 8529242.
HSL color Cylindrical-coordinate representation of color #5A2582: hue angle of 274.19º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2582 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 37 | 130 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.49 |
| HSL | 274.19º | 0.56% | 0.33% | - |
| HSV(B) | 274.19º | 0.72% | 0.51% | - |
| XYZ | 8.91 | 5.11 | 21.64 | - |
| YUV | 63.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 130 | 0.31 | 0.72 | 0 | 0.49 | 274.19 | 0.56 | 0.33 |
| Hex | 5A | 25 | 82 | 1F | 48 | 0 | 31 | 112 | 38 | 21 |
| Octal | 132 | 45 | 202 | 37 | 110 | 0 | 61 | 422 | 70 | 41 |
| Binary | 1011010 | 100101 | 10000010 | 11111 | 1001000 | 0 | 110001 | 100010010 | 111000 | 100001 |
Color Harmonies of #5A2582
Complementary color
Monochromatic Colors of #5A2582
Black with #5A2582
Text Example
Text Example
White with #5A2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2582; }
p { color: rgb(90,37,130); }
H1.HeaderClassName
{
color: #5A2582;
}
.AnyTagClassName
{
color: #5A2582;
}
</style>
background-color css
<style>
a { background-color: #5A2582; }
a { background-color: rgb(90,37,130); }
div.DivClassName
{
background-color: #5A2582;
}
.BgClassName
{
background-color: #5A2582;
}
</style>
border-color css
<style>
span { border-color: #5A2582; }
span { border-color: rgb(90,37,130); }
td.TdClassName
{
border-color: #5A2582;
}
.TagClassName
{
border-color: #5A2582;
}
</style>