Shades of Kingfisher Daisy #5C2389
Tints of Kingfisher Daisy #5C2389
RGB
CMYK
RGB Variations
Color information
#5C2389 (or 0x5C2389) is known color: Kingfisher Daisy. HEX triplet: 5C, 23 and 89. RGB value is (92,35,137). Sum of RGB (Red+Green+Blue) = 92+35+137=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C2389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2389 is #A3DC76. Grayscale: #3F3F3F. Windows color (decimal): -10738807 or 8987484. OLE color: 8987484.
HSL color Cylindrical-coordinate representation of color #5C2389: hue angle of 273.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C2389 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 35 | 137 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.46 |
| HSL | 273.53º | 0.59% | 0.34% | - |
| HSV(B) | 273.53º | 0.74% | 0.54% | - |
| XYZ | 9.53 | 5.28 | 24.18 | - |
| YUV | 63.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 137 | 0.33 | 0.74 | 0 | 0.46 | 273.53 | 0.59 | 0.34 |
| Hex | 5C | 23 | 89 | 21 | 4A | 0 | 2E | 112 | 3B | 22 |
| Octal | 134 | 43 | 211 | 41 | 112 | 0 | 56 | 422 | 73 | 42 |
| Binary | 1011100 | 100011 | 10001001 | 100001 | 1001010 | 0 | 101110 | 100010010 | 111011 | 100010 |
Color Harmonies of #5C2389
Complementary color
Monochromatic Colors of #5C2389
Black with #5C2389
Text Example
Text Example
White with #5C2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2389; }
p { color: rgb(92,35,137); }
H1.HeaderClassName
{
color: #5C2389;
}
.AnyTagClassName
{
color: #5C2389;
}
</style>
background-color css
<style>
a { background-color: #5C2389; }
a { background-color: rgb(92,35,137); }
div.DivClassName
{
background-color: #5C2389;
}
.BgClassName
{
background-color: #5C2389;
}
</style>
border-color css
<style>
span { border-color: #5C2389; }
span { border-color: rgb(92,35,137); }
td.TdClassName
{
border-color: #5C2389;
}
.TagClassName
{
border-color: #5C2389;
}
</style>