Shades of Kingfisher Daisy #5A3B86
Tints of Kingfisher Daisy #5A3B86
RGB
CMYK
RGB Variations
Color information
#5A3B86 (or 0x5A3B86) is known color: Kingfisher Daisy. HEX triplet: 5A, 3B and 86. RGB value is (90,59,134). Sum of RGB (Red+Green+Blue) = 90+59+134=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A3B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3B86 is #A5C479. Grayscale: #4C4C4C. Windows color (decimal): -10863738 or 8797018. OLE color: 8797018.
HSL color Cylindrical-coordinate representation of color #5A3B86: hue angle of 264.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3B86 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 59 | 134 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.47 |
| HSL | 264.8º | 0.39% | 0.38% | - |
| HSV(B) | 264.8º | 0.56% | 0.53% | - |
| XYZ | 10.08 | 7.02 | 23.38 | - |
| YUV | 76.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 134 | 0.33 | 0.56 | 0 | 0.47 | 264.8 | 0.39 | 0.38 |
| Hex | 5A | 3B | 86 | 21 | 38 | 0 | 2F | 109 | 27 | 26 |
| Octal | 132 | 73 | 206 | 41 | 70 | 0 | 57 | 411 | 47 | 46 |
| Binary | 1011010 | 111011 | 10000110 | 100001 | 111000 | 0 | 101111 | 100001001 | 100111 | 100110 |
Color Harmonies of #5A3B86
Complementary color
Monochromatic Colors of #5A3B86
Black with #5A3B86
Text Example
Text Example
White with #5A3B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B86; }
p { color: rgb(90,59,134); }
H1.HeaderClassName
{
color: #5A3B86;
}
.AnyTagClassName
{
color: #5A3B86;
}
</style>
background-color css
<style>
a { background-color: #5A3B86; }
a { background-color: rgb(90,59,134); }
div.DivClassName
{
background-color: #5A3B86;
}
.BgClassName
{
background-color: #5A3B86;
}
</style>
border-color css
<style>
span { border-color: #5A3B86; }
span { border-color: rgb(90,59,134); }
td.TdClassName
{
border-color: #5A3B86;
}
.TagClassName
{
border-color: #5A3B86;
}
</style>