Shades of Kingfisher Daisy #5C257E
Tints of Kingfisher Daisy #5C257E
RGB
CMYK
RGB Variations
Color information
#5C257E (or 0x5C257E) is known color: Kingfisher Daisy. HEX triplet: 5C, 25 and 7E. RGB value is (92,37,126). Sum of RGB (Red+Green+Blue) = 92+37+126=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C257E is #A3DA81. Grayscale: #3F3F3F. Windows color (decimal): -10738306 or 8267100. OLE color: 8267100.
HSL color Cylindrical-coordinate representation of color #5C257E: hue angle of 277.08º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C257E is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 37 | 126 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.51 |
| HSL | 277.08º | 0.55% | 0.32% | - |
| HSV(B) | 277.08º | 0.71% | 0.49% | - |
| XYZ | 8.84 | 5.1 | 20.26 | - |
| YUV | 63.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 126 | 0.27 | 0.71 | 0 | 0.51 | 277.08 | 0.55 | 0.32 |
| Hex | 5C | 25 | 7E | 1B | 47 | 0 | 33 | 115 | 37 | 20 |
| Octal | 134 | 45 | 176 | 33 | 107 | 0 | 63 | 425 | 67 | 40 |
| Binary | 1011100 | 100101 | 1111110 | 11011 | 1000111 | 0 | 110011 | 100010101 | 110111 | 100000 |
Color Harmonies of #5C257E
Complementary color
Monochromatic Colors of #5C257E
Black with #5C257E
Text Example
Text Example
White with #5C257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C257E; }
p { color: rgb(92,37,126); }
H1.HeaderClassName
{
color: #5C257E;
}
.AnyTagClassName
{
color: #5C257E;
}
</style>
background-color css
<style>
a { background-color: #5C257E; }
a { background-color: rgb(92,37,126); }
div.DivClassName
{
background-color: #5C257E;
}
.BgClassName
{
background-color: #5C257E;
}
</style>
border-color css
<style>
span { border-color: #5C257E; }
span { border-color: rgb(92,37,126); }
td.TdClassName
{
border-color: #5C257E;
}
.TagClassName
{
border-color: #5C257E;
}
</style>