Shades of Kingfisher Daisy #5C2295
Tints of Kingfisher Daisy #5C2295
RGB
CMYK
RGB Variations
Color information
#5C2295 (or 0x5C2295) is known color: Kingfisher Daisy. HEX triplet: 5C, 22 and 95. RGB value is (92,34,149). Sum of RGB (Red+Green+Blue) = 92+34+149=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C2295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2295 is #A3DD6A. Grayscale: #404040. Windows color (decimal): -10739051 or 9773660. OLE color: 9773660.
HSL color Cylindrical-coordinate representation of color #5C2295: hue angle of 270.26º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2295 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 34 | 149 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.42 |
| HSL | 270.26º | 0.63% | 0.36% | - |
| HSV(B) | 270.26º | 0.77% | 0.58% | - |
| XYZ | 10.41 | 5.59 | 28.96 | - |
| YUV | 64.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 149 | 0.38 | 0.77 | 0 | 0.42 | 270.26 | 0.63 | 0.36 |
| Hex | 5C | 22 | 95 | 26 | 4D | 0 | 2A | 10E | 3F | 24 |
| Octal | 134 | 42 | 225 | 46 | 115 | 0 | 52 | 416 | 77 | 44 |
| Binary | 1011100 | 100010 | 10010101 | 100110 | 1001101 | 0 | 101010 | 100001110 | 111111 | 100100 |
Color Harmonies of #5C2295
Complementary color
Monochromatic Colors of #5C2295
Black with #5C2295
Text Example
Text Example
White with #5C2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2295; }
p { color: rgb(92,34,149); }
H1.HeaderClassName
{
color: #5C2295;
}
.AnyTagClassName
{
color: #5C2295;
}
</style>
background-color css
<style>
a { background-color: #5C2295; }
a { background-color: rgb(92,34,149); }
div.DivClassName
{
background-color: #5C2295;
}
.BgClassName
{
background-color: #5C2295;
}
</style>
border-color css
<style>
span { border-color: #5C2295; }
span { border-color: rgb(92,34,149); }
td.TdClassName
{
border-color: #5C2295;
}
.TagClassName
{
border-color: #5C2295;
}
</style>