Shades of Kingfisher Daisy #5A3686
Tints of Kingfisher Daisy #5A3686
RGB
CMYK
RGB Variations
Color information
#5A3686 (or 0x5A3686) is known color: Kingfisher Daisy. HEX triplet: 5A, 36 and 86. RGB value is (90,54,134). Sum of RGB (Red+Green+Blue) = 90+54+134=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A3686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3686 is #A5C979. Grayscale: #494949. Windows color (decimal): -10865018 or 8795738. OLE color: 8795738.
HSL color Cylindrical-coordinate representation of color #5A3686: hue angle of 267º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A3686 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 54 | 134 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.47 |
| HSL | 267º | 0.43% | 0.37% | - |
| HSV(B) | 267º | 0.6% | 0.53% | - |
| XYZ | 9.84 | 6.53 | 23.3 | - |
| YUV | 73.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 134 | 0.33 | 0.60 | 0 | 0.47 | 267 | 0.43 | 0.37 |
| Hex | 5A | 36 | 86 | 21 | 3C | 0 | 2F | 10B | 2B | 25 |
| Octal | 132 | 66 | 206 | 41 | 74 | 0 | 57 | 413 | 53 | 45 |
| Binary | 1011010 | 110110 | 10000110 | 100001 | 111100 | 0 | 101111 | 100001011 | 101011 | 100101 |
Color Harmonies of #5A3686
Complementary color
Monochromatic Colors of #5A3686
Black with #5A3686
Text Example
Text Example
White with #5A3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3686; }
p { color: rgb(90,54,134); }
H1.HeaderClassName
{
color: #5A3686;
}
.AnyTagClassName
{
color: #5A3686;
}
</style>
background-color css
<style>
a { background-color: #5A3686; }
a { background-color: rgb(90,54,134); }
div.DivClassName
{
background-color: #5A3686;
}
.BgClassName
{
background-color: #5A3686;
}
</style>
border-color css
<style>
span { border-color: #5A3686; }
span { border-color: rgb(90,54,134); }
td.TdClassName
{
border-color: #5A3686;
}
.TagClassName
{
border-color: #5A3686;
}
</style>