Shades of Kingfisher Daisy #5C227A
Tints of Kingfisher Daisy #5C227A
RGB
CMYK
RGB Variations
Color information
#5C227A (or 0x5C227A) is known color: Kingfisher Daisy. HEX triplet: 5C, 22 and 7A. RGB value is (92,34,122). Sum of RGB (Red+Green+Blue) = 92+34+122=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C227A is #A3DD85. Grayscale: #3D3D3D. Windows color (decimal): -10739078 or 8004188. OLE color: 8004188.
HSL color Cylindrical-coordinate representation of color #5C227A: hue angle of 279.55º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C227A is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 34 | 122 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.52 |
| HSL | 279.55º | 0.56% | 0.31% | - |
| HSV(B) | 279.55º | 0.72% | 0.48% | - |
| XYZ | 8.5 | 4.82 | 18.9 | - |
| YUV | 61.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 122 | 0.25 | 0.72 | 0 | 0.52 | 279.55 | 0.56 | 0.31 |
| Hex | 5C | 22 | 7A | 19 | 48 | 0 | 34 | 118 | 38 | 1F |
| Octal | 134 | 42 | 172 | 31 | 110 | 0 | 64 | 430 | 70 | 37 |
| Binary | 1011100 | 100010 | 1111010 | 11001 | 1001000 | 0 | 110100 | 100011000 | 111000 | 11111 |
Color Harmonies of #5C227A
Complementary color
Monochromatic Colors of #5C227A
Black with #5C227A
Text Example
Text Example
White with #5C227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C227A; }
p { color: rgb(92,34,122); }
H1.HeaderClassName
{
color: #5C227A;
}
.AnyTagClassName
{
color: #5C227A;
}
</style>
background-color css
<style>
a { background-color: #5C227A; }
a { background-color: rgb(92,34,122); }
div.DivClassName
{
background-color: #5C227A;
}
.BgClassName
{
background-color: #5C227A;
}
</style>
border-color css
<style>
span { border-color: #5C227A; }
span { border-color: rgb(92,34,122); }
td.TdClassName
{
border-color: #5C227A;
}
.TagClassName
{
border-color: #5C227A;
}
</style>