Shades of Kingfisher Daisy #5A1A83
Tints of Kingfisher Daisy #5A1A83
RGB
CMYK
RGB Variations
Color information
#5A1A83 (or 0x5A1A83) is known color: Kingfisher Daisy. HEX triplet: 5A, 1A and 83. RGB value is (90,26,131). Sum of RGB (Red+Green+Blue) = 90+26+131=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #5A1A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1A83 is #A5E57C. Grayscale: #383838. Windows color (decimal): -10872189 or 8591962. OLE color: 8591962.
HSL color Cylindrical-coordinate representation of color #5A1A83: hue angle of 276.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1A83 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 26 | 131 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.49 |
| HSL | 276.57º | 0.67% | 0.31% | - |
| HSV(B) | 276.57º | 0.8% | 0.51% | - |
| XYZ | 8.68 | 4.55 | 21.89 | - |
| YUV | 57.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 131 | 0.31 | 0.80 | 0 | 0.49 | 276.57 | 0.67 | 0.31 |
| Hex | 5A | 1A | 83 | 1F | 50 | 0 | 31 | 115 | 43 | 1F |
| Octal | 132 | 32 | 203 | 37 | 120 | 0 | 61 | 425 | 103 | 37 |
| Binary | 1011010 | 11010 | 10000011 | 11111 | 1010000 | 0 | 110001 | 100010101 | 1000011 | 11111 |
Color Harmonies of #5A1A83
Complementary color
Monochromatic Colors of #5A1A83
Black with #5A1A83
Text Example
Text Example
White with #5A1A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A83; }
p { color: rgb(90,26,131); }
H1.HeaderClassName
{
color: #5A1A83;
}
.AnyTagClassName
{
color: #5A1A83;
}
</style>
background-color css
<style>
a { background-color: #5A1A83; }
a { background-color: rgb(90,26,131); }
div.DivClassName
{
background-color: #5A1A83;
}
.BgClassName
{
background-color: #5A1A83;
}
</style>
border-color css
<style>
span { border-color: #5A1A83; }
span { border-color: rgb(90,26,131); }
td.TdClassName
{
border-color: #5A1A83;
}
.TagClassName
{
border-color: #5A1A83;
}
</style>