Shades of Kingfisher Daisy #5C247E
Tints of Kingfisher Daisy #5C247E
RGB
CMYK
RGB Variations
Color information
#5C247E (or 0x5C247E) is known color: Kingfisher Daisy. HEX triplet: 5C, 24 and 7E. RGB value is (92,36,126). Sum of RGB (Red+Green+Blue) = 92+36+126=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C247E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C247E is #A3DB81. Grayscale: #3E3E3E. Windows color (decimal): -10738562 or 8266844. OLE color: 8266844.
HSL color Cylindrical-coordinate representation of color #5C247E: hue angle of 277.33º degrees, saturation: 0.56, 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 #5C247E is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 36 | 126 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.51 |
| HSL | 277.33º | 0.56% | 0.32% | - |
| HSV(B) | 277.33º | 0.71% | 0.49% | - |
| XYZ | 8.81 | 5.04 | 20.25 | - |
| YUV | 63 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 126 | 0.27 | 0.71 | 0 | 0.51 | 277.33 | 0.56 | 0.32 |
| Hex | 5C | 24 | 7E | 1B | 47 | 0 | 33 | 115 | 38 | 20 |
| Octal | 134 | 44 | 176 | 33 | 107 | 0 | 63 | 425 | 70 | 40 |
| Binary | 1011100 | 100100 | 1111110 | 11011 | 1000111 | 0 | 110011 | 100010101 | 111000 | 100000 |
Color Harmonies of #5C247E
Complementary color
Monochromatic Colors of #5C247E
Black with #5C247E
Text Example
Text Example
White with #5C247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C247E; }
p { color: rgb(92,36,126); }
H1.HeaderClassName
{
color: #5C247E;
}
.AnyTagClassName
{
color: #5C247E;
}
</style>
background-color css
<style>
a { background-color: #5C247E; }
a { background-color: rgb(92,36,126); }
div.DivClassName
{
background-color: #5C247E;
}
.BgClassName
{
background-color: #5C247E;
}
</style>
border-color css
<style>
span { border-color: #5C247E; }
span { border-color: rgb(92,36,126); }
td.TdClassName
{
border-color: #5C247E;
}
.TagClassName
{
border-color: #5C247E;
}
</style>