Shades of Kingfisher Daisy #5A2D82
Tints of Kingfisher Daisy #5A2D82
RGB
CMYK
RGB Variations
Color information
#5A2D82 (or 0x5A2D82) is known color: Kingfisher Daisy. HEX triplet: 5A, 2D and 82. RGB value is (90,45,130). Sum of RGB (Red+Green+Blue) = 90+45+130=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A2D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2D82 is #A5D27D. Grayscale: #434343. Windows color (decimal): -10867326 or 8531290. OLE color: 8531290.
HSL color Cylindrical-coordinate representation of color #5A2D82: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A2D82 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 45 | 130 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.49 |
| HSL | 271.76º | 0.49% | 0.34% | - |
| HSV(B) | 271.76º | 0.65% | 0.51% | - |
| XYZ | 9.18 | 5.66 | 21.73 | - |
| YUV | 68.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 130 | 0.31 | 0.65 | 0 | 0.49 | 271.76 | 0.49 | 0.34 |
| Hex | 5A | 2D | 82 | 1F | 41 | 0 | 31 | 110 | 31 | 22 |
| Octal | 132 | 55 | 202 | 37 | 101 | 0 | 61 | 420 | 61 | 42 |
| Binary | 1011010 | 101101 | 10000010 | 11111 | 1000001 | 0 | 110001 | 100010000 | 110001 | 100010 |
Color Harmonies of #5A2D82
Complementary color
Monochromatic Colors of #5A2D82
Black with #5A2D82
Text Example
Text Example
White with #5A2D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D82; }
p { color: rgb(90,45,130); }
H1.HeaderClassName
{
color: #5A2D82;
}
.AnyTagClassName
{
color: #5A2D82;
}
</style>
background-color css
<style>
a { background-color: #5A2D82; }
a { background-color: rgb(90,45,130); }
div.DivClassName
{
background-color: #5A2D82;
}
.BgClassName
{
background-color: #5A2D82;
}
</style>
border-color css
<style>
span { border-color: #5A2D82; }
span { border-color: rgb(90,45,130); }
td.TdClassName
{
border-color: #5A2D82;
}
.TagClassName
{
border-color: #5A2D82;
}
</style>