Shades of Kingfisher Daisy #5C2194
Tints of Kingfisher Daisy #5C2194
RGB
CMYK
RGB Variations
Color information
#5C2194 (or 0x5C2194) is known color: Kingfisher Daisy. HEX triplet: 5C, 21 and 94. RGB value is (92,33,148). Sum of RGB (Red+Green+Blue) = 92+33+148=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C2194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2194 is #A3DE6B. Grayscale: #3F3F3F. Windows color (decimal): -10739308 or 9707868. OLE color: 9707868.
HSL color Cylindrical-coordinate representation of color #5C2194: hue angle of 270.78º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2194 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 33 | 148 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.42 |
| HSL | 270.78º | 0.64% | 0.35% | - |
| HSV(B) | 270.78º | 0.78% | 0.58% | - |
| XYZ | 10.3 | 5.5 | 28.54 | - |
| YUV | 63.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 148 | 0.38 | 0.78 | 0 | 0.42 | 270.78 | 0.64 | 0.35 |
| Hex | 5C | 21 | 94 | 26 | 4E | 0 | 2A | 10F | 40 | 23 |
| Octal | 134 | 41 | 224 | 46 | 116 | 0 | 52 | 417 | 100 | 43 |
| Binary | 1011100 | 100001 | 10010100 | 100110 | 1001110 | 0 | 101010 | 100001111 | 1000000 | 100011 |
Color Harmonies of #5C2194
Complementary color
Monochromatic Colors of #5C2194
Black with #5C2194
Text Example
Text Example
White with #5C2194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2194; }
p { color: rgb(92,33,148); }
H1.HeaderClassName
{
color: #5C2194;
}
.AnyTagClassName
{
color: #5C2194;
}
</style>
background-color css
<style>
a { background-color: #5C2194; }
a { background-color: rgb(92,33,148); }
div.DivClassName
{
background-color: #5C2194;
}
.BgClassName
{
background-color: #5C2194;
}
</style>
border-color css
<style>
span { border-color: #5C2194; }
span { border-color: rgb(92,33,148); }
td.TdClassName
{
border-color: #5C2194;
}
.TagClassName
{
border-color: #5C2194;
}
</style>