Shades of Kingfisher Daisy #5A2E83
Tints of Kingfisher Daisy #5A2E83
RGB
CMYK
RGB Variations
Color information
#5A2E83 (or 0x5A2E83) is known color: Kingfisher Daisy. HEX triplet: 5A, 2E and 83. RGB value is (90,46,131). Sum of RGB (Red+Green+Blue) = 90+46+131=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #5A2E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2E83 is #A5D17C. Grayscale: #444444. Windows color (decimal): -10867069 or 8597082. OLE color: 8597082.
HSL color Cylindrical-coordinate representation of color #5A2E83: hue angle of 271.06º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A2E83 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 46 | 131 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.49 |
| HSL | 271.06º | 0.48% | 0.35% | - |
| HSV(B) | 271.06º | 0.65% | 0.51% | - |
| XYZ | 9.29 | 5.77 | 22.1 | - |
| YUV | 68.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 131 | 0.31 | 0.65 | 0 | 0.49 | 271.06 | 0.48 | 0.35 |
| Hex | 5A | 2E | 83 | 1F | 41 | 0 | 31 | 10F | 30 | 23 |
| Octal | 132 | 56 | 203 | 37 | 101 | 0 | 61 | 417 | 60 | 43 |
| Binary | 1011010 | 101110 | 10000011 | 11111 | 1000001 | 0 | 110001 | 100001111 | 110000 | 100011 |
Color Harmonies of #5A2E83
Complementary color
Monochromatic Colors of #5A2E83
Black with #5A2E83
Text Example
Text Example
White with #5A2E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E83; }
p { color: rgb(90,46,131); }
H1.HeaderClassName
{
color: #5A2E83;
}
.AnyTagClassName
{
color: #5A2E83;
}
</style>
background-color css
<style>
a { background-color: #5A2E83; }
a { background-color: rgb(90,46,131); }
div.DivClassName
{
background-color: #5A2E83;
}
.BgClassName
{
background-color: #5A2E83;
}
</style>
border-color css
<style>
span { border-color: #5A2E83; }
span { border-color: rgb(90,46,131); }
td.TdClassName
{
border-color: #5A2E83;
}
.TagClassName
{
border-color: #5A2E83;
}
</style>