Shades of Kingfisher Daisy #5C2189
Tints of Kingfisher Daisy #5C2189
RGB
CMYK
RGB Variations
Color information
#5C2189 (or 0x5C2189) is known color: Kingfisher Daisy. HEX triplet: 5C, 21 and 89. RGB value is (92,33,137). Sum of RGB (Red+Green+Blue) = 92+33+137=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C2189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2189 is #A3DE76. Grayscale: #3E3E3E. Windows color (decimal): -10739319 or 8986972. OLE color: 8986972.
HSL color Cylindrical-coordinate representation of color #5C2189: hue angle of 274.04º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2189 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 33 | 137 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.46 |
| HSL | 274.04º | 0.61% | 0.33% | - |
| HSV(B) | 274.04º | 0.76% | 0.54% | - |
| XYZ | 9.47 | 5.17 | 24.17 | - |
| YUV | 62.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 137 | 0.33 | 0.76 | 0 | 0.46 | 274.04 | 0.61 | 0.33 |
| Hex | 5C | 21 | 89 | 21 | 4C | 0 | 2E | 112 | 3D | 21 |
| Octal | 134 | 41 | 211 | 41 | 114 | 0 | 56 | 422 | 75 | 41 |
| Binary | 1011100 | 100001 | 10001001 | 100001 | 1001100 | 0 | 101110 | 100010010 | 111101 | 100001 |
Color Harmonies of #5C2189
Complementary color
Monochromatic Colors of #5C2189
Black with #5C2189
Text Example
Text Example
White with #5C2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2189; }
p { color: rgb(92,33,137); }
H1.HeaderClassName
{
color: #5C2189;
}
.AnyTagClassName
{
color: #5C2189;
}
</style>
background-color css
<style>
a { background-color: #5C2189; }
a { background-color: rgb(92,33,137); }
div.DivClassName
{
background-color: #5C2189;
}
.BgClassName
{
background-color: #5C2189;
}
</style>
border-color css
<style>
span { border-color: #5C2189; }
span { border-color: rgb(92,33,137); }
td.TdClassName
{
border-color: #5C2189;
}
.TagClassName
{
border-color: #5C2189;
}
</style>