Shades of Kingfisher Daisy #5C2491
Tints of Kingfisher Daisy #5C2491
RGB
CMYK
RGB Variations
Color information
#5C2491 (or 0x5C2491) is known color: Kingfisher Daisy. HEX triplet: 5C, 24 and 91. RGB value is (92,36,145). Sum of RGB (Red+Green+Blue) = 92+36+145=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C2491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2491 is #A3DB6E. Grayscale: #404040. Windows color (decimal): -10738543 or 9512028. OLE color: 9512028.
HSL color Cylindrical-coordinate representation of color #5C2491: hue angle of 270.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C2491 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 36 | 145 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.43 |
| HSL | 270.83º | 0.6% | 0.35% | - |
| HSV(B) | 270.83º | 0.75% | 0.57% | - |
| XYZ | 10.16 | 5.58 | 27.33 | - |
| YUV | 65.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 145 | 0.37 | 0.75 | 0 | 0.43 | 270.83 | 0.6 | 0.35 |
| Hex | 5C | 24 | 91 | 25 | 4B | 0 | 2B | 10F | 3C | 23 |
| Octal | 134 | 44 | 221 | 45 | 113 | 0 | 53 | 417 | 74 | 43 |
| Binary | 1011100 | 100100 | 10010001 | 100101 | 1001011 | 0 | 101011 | 100001111 | 111100 | 100011 |
Color Harmonies of #5C2491
Complementary color
Monochromatic Colors of #5C2491
Black with #5C2491
Text Example
Text Example
White with #5C2491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2491; }
p { color: rgb(92,36,145); }
H1.HeaderClassName
{
color: #5C2491;
}
.AnyTagClassName
{
color: #5C2491;
}
</style>
background-color css
<style>
a { background-color: #5C2491; }
a { background-color: rgb(92,36,145); }
div.DivClassName
{
background-color: #5C2491;
}
.BgClassName
{
background-color: #5C2491;
}
</style>
border-color css
<style>
span { border-color: #5C2491; }
span { border-color: rgb(92,36,145); }
td.TdClassName
{
border-color: #5C2491;
}
.TagClassName
{
border-color: #5C2491;
}
</style>