Shades of Kingfisher Daisy #5A3488
Tints of Kingfisher Daisy #5A3488
RGB
CMYK
RGB Variations
Color information
#5A3488 (or 0x5A3488) is known color: Kingfisher Daisy. HEX triplet: 5A, 34 and 88. RGB value is (90,52,136). Sum of RGB (Red+Green+Blue) = 90+52+136=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A3488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3488 is #A5CB77. Grayscale: #484848. Windows color (decimal): -10865528 or 8926298. OLE color: 8926298.
HSL color Cylindrical-coordinate representation of color #5A3488: hue angle of 267.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A3488 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 52 | 136 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.47 |
| HSL | 267.14º | 0.45% | 0.37% | - |
| HSV(B) | 267.14º | 0.62% | 0.53% | - |
| XYZ | 9.89 | 6.41 | 24.01 | - |
| YUV | 72.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 136 | 0.34 | 0.62 | 0 | 0.47 | 267.14 | 0.45 | 0.37 |
| Hex | 5A | 34 | 88 | 22 | 3E | 0 | 2F | 10B | 2D | 25 |
| Octal | 132 | 64 | 210 | 42 | 76 | 0 | 57 | 413 | 55 | 45 |
| Binary | 1011010 | 110100 | 10001000 | 100010 | 111110 | 0 | 101111 | 100001011 | 101101 | 100101 |
Color Harmonies of #5A3488
Complementary color
Monochromatic Colors of #5A3488
Black with #5A3488
Text Example
Text Example
White with #5A3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3488; }
p { color: rgb(90,52,136); }
H1.HeaderClassName
{
color: #5A3488;
}
.AnyTagClassName
{
color: #5A3488;
}
</style>
background-color css
<style>
a { background-color: #5A3488; }
a { background-color: rgb(90,52,136); }
div.DivClassName
{
background-color: #5A3488;
}
.BgClassName
{
background-color: #5A3488;
}
</style>
border-color css
<style>
span { border-color: #5A3488; }
span { border-color: rgb(90,52,136); }
td.TdClassName
{
border-color: #5A3488;
}
.TagClassName
{
border-color: #5A3488;
}
</style>