Shades of Kingfisher Daisy #5C217A
Tints of Kingfisher Daisy #5C217A
RGB
CMYK
RGB Variations
Color information
#5C217A (or 0x5C217A) is known color: Kingfisher Daisy. HEX triplet: 5C, 21 and 7A. RGB value is (92,33,122). Sum of RGB (Red+Green+Blue) = 92+33+122=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C217A is #A3DE85. Grayscale: #3C3C3C. Windows color (decimal): -10739334 or 8003932. OLE color: 8003932.
HSL color Cylindrical-coordinate representation of color #5C217A: hue angle of 279.78º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C217A is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 33 | 122 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.52 |
| HSL | 279.78º | 0.57% | 0.3% | - |
| HSV(B) | 279.78º | 0.73% | 0.48% | - |
| XYZ | 8.47 | 4.77 | 18.89 | - |
| YUV | 60.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 122 | 0.25 | 0.73 | 0 | 0.52 | 279.78 | 0.57 | 0.3 |
| Hex | 5C | 21 | 7A | 19 | 49 | 0 | 34 | 118 | 39 | 1E |
| Octal | 134 | 41 | 172 | 31 | 111 | 0 | 64 | 430 | 71 | 36 |
| Binary | 1011100 | 100001 | 1111010 | 11001 | 1001001 | 0 | 110100 | 100011000 | 111001 | 11110 |
Color Harmonies of #5C217A
Complementary color
Monochromatic Colors of #5C217A
Black with #5C217A
Text Example
Text Example
White with #5C217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C217A; }
p { color: rgb(92,33,122); }
H1.HeaderClassName
{
color: #5C217A;
}
.AnyTagClassName
{
color: #5C217A;
}
</style>
background-color css
<style>
a { background-color: #5C217A; }
a { background-color: rgb(92,33,122); }
div.DivClassName
{
background-color: #5C217A;
}
.BgClassName
{
background-color: #5C217A;
}
</style>
border-color css
<style>
span { border-color: #5C217A; }
span { border-color: rgb(92,33,122); }
td.TdClassName
{
border-color: #5C217A;
}
.TagClassName
{
border-color: #5C217A;
}
</style>