Shades of Kingfisher Daisy #5C2993
Tints of Kingfisher Daisy #5C2993
RGB
CMYK
RGB Variations
Color information
#5C2993 (or 0x5C2993) is known color: Kingfisher Daisy. HEX triplet: 5C, 29 and 93. RGB value is (92,41,147). Sum of RGB (Red+Green+Blue) = 92+41+147=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C2993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2993 is #A3D66C. Grayscale: #434343. Windows color (decimal): -10737261 or 9644380. OLE color: 9644380.
HSL color Cylindrical-coordinate representation of color #5C2993: hue angle of 268.87º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C2993 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 41 | 147 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.42 |
| HSL | 268.87º | 0.56% | 0.37% | - |
| HSV(B) | 268.87º | 0.72% | 0.58% | - |
| XYZ | 10.47 | 5.97 | 28.2 | - |
| YUV | 68.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 147 | 0.37 | 0.72 | 0 | 0.42 | 268.87 | 0.56 | 0.37 |
| Hex | 5C | 29 | 93 | 25 | 48 | 0 | 2A | 10D | 38 | 25 |
| Octal | 134 | 51 | 223 | 45 | 110 | 0 | 52 | 415 | 70 | 45 |
| Binary | 1011100 | 101001 | 10010011 | 100101 | 1001000 | 0 | 101010 | 100001101 | 111000 | 100101 |
Color Harmonies of #5C2993
Complementary color
Monochromatic Colors of #5C2993
Black with #5C2993
Text Example
Text Example
White with #5C2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2993; }
p { color: rgb(92,41,147); }
H1.HeaderClassName
{
color: #5C2993;
}
.AnyTagClassName
{
color: #5C2993;
}
</style>
background-color css
<style>
a { background-color: #5C2993; }
a { background-color: rgb(92,41,147); }
div.DivClassName
{
background-color: #5C2993;
}
.BgClassName
{
background-color: #5C2993;
}
</style>
border-color css
<style>
span { border-color: #5C2993; }
span { border-color: rgb(92,41,147); }
td.TdClassName
{
border-color: #5C2993;
}
.TagClassName
{
border-color: #5C2993;
}
</style>