Shades of Kingfisher Daisy #5C1A94
Tints of Kingfisher Daisy #5C1A94
RGB
CMYK
RGB Variations
Color information
#5C1A94 (or 0x5C1A94) is known color: Kingfisher Daisy. HEX triplet: 5C, 1A and 94. RGB value is (92,26,148). Sum of RGB (Red+Green+Blue) = 92+26+148=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C1A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1A94 is #A3E56B. Grayscale: #3B3B3B. Windows color (decimal): -10741100 or 9706076. OLE color: 9706076.
HSL color Cylindrical-coordinate representation of color #5C1A94: hue angle of 272.46º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1A94 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 26 | 148 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.42 |
| HSL | 272.46º | 0.7% | 0.34% | - |
| HSV(B) | 272.46º | 0.82% | 0.58% | - |
| XYZ | 10.13 | 5.15 | 28.48 | - |
| YUV | 59.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 148 | 0.38 | 0.82 | 0 | 0.42 | 272.46 | 0.7 | 0.34 |
| Hex | 5C | 1A | 94 | 26 | 52 | 0 | 2A | 110 | 46 | 22 |
| Octal | 134 | 32 | 224 | 46 | 122 | 0 | 52 | 420 | 106 | 42 |
| Binary | 1011100 | 11010 | 10010100 | 100110 | 1010010 | 0 | 101010 | 100010000 | 1000110 | 100010 |
Color Harmonies of #5C1A94
Complementary color
Monochromatic Colors of #5C1A94
Black with #5C1A94
Text Example
Text Example
White with #5C1A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A94; }
p { color: rgb(92,26,148); }
H1.HeaderClassName
{
color: #5C1A94;
}
.AnyTagClassName
{
color: #5C1A94;
}
</style>
background-color css
<style>
a { background-color: #5C1A94; }
a { background-color: rgb(92,26,148); }
div.DivClassName
{
background-color: #5C1A94;
}
.BgClassName
{
background-color: #5C1A94;
}
</style>
border-color css
<style>
span { border-color: #5C1A94; }
span { border-color: rgb(92,26,148); }
td.TdClassName
{
border-color: #5C1A94;
}
.TagClassName
{
border-color: #5C1A94;
}
</style>