Shades of Kingfisher Daisy #5C288D
Tints of Kingfisher Daisy #5C288D
RGB
CMYK
RGB Variations
Color information
#5C288D (or 0x5C288D) is known color: Kingfisher Daisy. HEX triplet: 5C, 28 and 8D. RGB value is (92,40,141). Sum of RGB (Red+Green+Blue) = 92+40+141=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C288D is #A3D772. Grayscale: #424242. Windows color (decimal): -10737523 or 9250908. OLE color: 9250908.
HSL color Cylindrical-coordinate representation of color #5C288D: hue angle of 270.89º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C288D is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 40 | 141 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.45 |
| HSL | 270.89º | 0.56% | 0.35% | - |
| HSV(B) | 270.89º | 0.72% | 0.55% | - |
| XYZ | 9.98 | 5.72 | 25.78 | - |
| YUV | 67.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 141 | 0.35 | 0.72 | 0 | 0.45 | 270.89 | 0.56 | 0.35 |
| Hex | 5C | 28 | 8D | 23 | 48 | 0 | 2D | 10F | 38 | 23 |
| Octal | 134 | 50 | 215 | 43 | 110 | 0 | 55 | 417 | 70 | 43 |
| Binary | 1011100 | 101000 | 10001101 | 100011 | 1001000 | 0 | 101101 | 100001111 | 111000 | 100011 |
Color Harmonies of #5C288D
Complementary color
Monochromatic Colors of #5C288D
Black with #5C288D
Text Example
Text Example
White with #5C288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C288D; }
p { color: rgb(92,40,141); }
H1.HeaderClassName
{
color: #5C288D;
}
.AnyTagClassName
{
color: #5C288D;
}
</style>
background-color css
<style>
a { background-color: #5C288D; }
a { background-color: rgb(92,40,141); }
div.DivClassName
{
background-color: #5C288D;
}
.BgClassName
{
background-color: #5C288D;
}
</style>
border-color css
<style>
span { border-color: #5C288D; }
span { border-color: rgb(92,40,141); }
td.TdClassName
{
border-color: #5C288D;
}
.TagClassName
{
border-color: #5C288D;
}
</style>