Shades of Kingfisher Daisy #5C417E
Tints of Kingfisher Daisy #5C417E
RGB
CMYK
RGB Variations
Color information
#5C417E (or 0x5C417E) is known color: Kingfisher Daisy. HEX triplet: 5C, 41 and 7E. RGB value is (92,65,126). Sum of RGB (Red+Green+Blue) = 92+65+126=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C417E is #A3BE81. Grayscale: #4F4F4F. Windows color (decimal): -10731138 or 8274268. OLE color: 8274268.
HSL color Cylindrical-coordinate representation of color #5C417E: hue angle of 266.56º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C417E is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 65 | 126 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.51 |
| HSL | 266.56º | 0.32% | 0.37% | - |
| HSV(B) | 266.56º | 0.48% | 0.49% | - |
| XYZ | 10.07 | 7.56 | 20.67 | - |
| YUV | 80.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 126 | 0.27 | 0.48 | 0 | 0.51 | 266.56 | 0.32 | 0.37 |
| Hex | 5C | 41 | 7E | 1B | 30 | 0 | 33 | 10B | 20 | 25 |
| Octal | 134 | 101 | 176 | 33 | 60 | 0 | 63 | 413 | 40 | 45 |
| Binary | 1011100 | 1000001 | 1111110 | 11011 | 110000 | 0 | 110011 | 100001011 | 100000 | 100101 |
Color Harmonies of #5C417E
Complementary color
Monochromatic Colors of #5C417E
Black with #5C417E
Text Example
Text Example
White with #5C417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C417E; }
p { color: rgb(92,65,126); }
H1.HeaderClassName
{
color: #5C417E;
}
.AnyTagClassName
{
color: #5C417E;
}
</style>
background-color css
<style>
a { background-color: #5C417E; }
a { background-color: rgb(92,65,126); }
div.DivClassName
{
background-color: #5C417E;
}
.BgClassName
{
background-color: #5C417E;
}
</style>
border-color css
<style>
span { border-color: #5C417E; }
span { border-color: rgb(92,65,126); }
td.TdClassName
{
border-color: #5C417E;
}
.TagClassName
{
border-color: #5C417E;
}
</style>