Shades of Kingfisher Daisy #5A2681
Tints of Kingfisher Daisy #5A2681
RGB
CMYK
RGB Variations
Color information
#5A2681 (or 0x5A2681) is known color: Kingfisher Daisy. HEX triplet: 5A, 26 and 81. RGB value is (90,38,129). Sum of RGB (Red+Green+Blue) = 90+38+129=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A2681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2681 is #A5D97E. Grayscale: #3F3F3F. Windows color (decimal): -10869119 or 8463962. OLE color: 8463962.
HSL color Cylindrical-coordinate representation of color #5A2681: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A2681 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 38 | 129 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.49 |
| HSL | 274.29º | 0.54% | 0.33% | - |
| HSV(B) | 274.29º | 0.71% | 0.51% | - |
| XYZ | 8.87 | 5.14 | 21.29 | - |
| YUV | 63.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 129 | 0.30 | 0.71 | 0 | 0.49 | 274.29 | 0.54 | 0.33 |
| Hex | 5A | 26 | 81 | 1E | 47 | 0 | 31 | 112 | 36 | 21 |
| Octal | 132 | 46 | 201 | 36 | 107 | 0 | 61 | 422 | 66 | 41 |
| Binary | 1011010 | 100110 | 10000001 | 11110 | 1000111 | 0 | 110001 | 100010010 | 110110 | 100001 |
Color Harmonies of #5A2681
Complementary color
Monochromatic Colors of #5A2681
Black with #5A2681
Text Example
Text Example
White with #5A2681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2681; }
p { color: rgb(90,38,129); }
H1.HeaderClassName
{
color: #5A2681;
}
.AnyTagClassName
{
color: #5A2681;
}
</style>
background-color css
<style>
a { background-color: #5A2681; }
a { background-color: rgb(90,38,129); }
div.DivClassName
{
background-color: #5A2681;
}
.BgClassName
{
background-color: #5A2681;
}
</style>
border-color css
<style>
span { border-color: #5A2681; }
span { border-color: rgb(90,38,129); }
td.TdClassName
{
border-color: #5A2681;
}
.TagClassName
{
border-color: #5A2681;
}
</style>