Shades of Kingfisher Daisy #5A248E
Tints of Kingfisher Daisy #5A248E
RGB
CMYK
RGB Variations
Color information
#5A248E (or 0x5A248E) is known color: Kingfisher Daisy. HEX triplet: 5A, 24 and 8E. RGB value is (90,36,142). Sum of RGB (Red+Green+Blue) = 90+36+142=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A248E is #A5DB71. Grayscale: #3F3F3F. Windows color (decimal): -10869618 or 9315418. OLE color: 9315418.
HSL color Cylindrical-coordinate representation of color #5A248E: hue angle of 270.57º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A248E is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 36 | 142 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.44 |
| HSL | 270.57º | 0.6% | 0.35% | - |
| HSV(B) | 270.57º | 0.75% | 0.56% | - |
| XYZ | 9.73 | 5.39 | 26.12 | - |
| YUV | 64.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 142 | 0.37 | 0.75 | 0 | 0.44 | 270.57 | 0.6 | 0.35 |
| Hex | 5A | 24 | 8E | 25 | 4B | 0 | 2C | 10F | 3C | 23 |
| Octal | 132 | 44 | 216 | 45 | 113 | 0 | 54 | 417 | 74 | 43 |
| Binary | 1011010 | 100100 | 10001110 | 100101 | 1001011 | 0 | 101100 | 100001111 | 111100 | 100011 |
Color Harmonies of #5A248E
Complementary color
Monochromatic Colors of #5A248E
Black with #5A248E
Text Example
Text Example
White with #5A248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A248E; }
p { color: rgb(90,36,142); }
H1.HeaderClassName
{
color: #5A248E;
}
.AnyTagClassName
{
color: #5A248E;
}
</style>
background-color css
<style>
a { background-color: #5A248E; }
a { background-color: rgb(90,36,142); }
div.DivClassName
{
background-color: #5A248E;
}
.BgClassName
{
background-color: #5A248E;
}
</style>
border-color css
<style>
span { border-color: #5A248E; }
span { border-color: rgb(90,36,142); }
td.TdClassName
{
border-color: #5A248E;
}
.TagClassName
{
border-color: #5A248E;
}
</style>