Shades of Kingfisher Daisy #5C1A8B
Tints of Kingfisher Daisy #5C1A8B
RGB
CMYK
RGB Variations
Color information
#5C1A8B (or 0x5C1A8B) is known color: Kingfisher Daisy. HEX triplet: 5C, 1A and 8B. RGB value is (92,26,139). Sum of RGB (Red+Green+Blue) = 92+26+139=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C1A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1A8B is #A3E574. Grayscale: #3A3A3A. Windows color (decimal): -10741109 or 9116252. OLE color: 9116252.
HSL color Cylindrical-coordinate representation of color #5C1A8B: hue angle of 275.04º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C1A8B is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 26 | 139 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.45 |
| HSL | 275.04º | 0.68% | 0.32% | - |
| HSV(B) | 275.04º | 0.81% | 0.55% | - |
| XYZ | 9.44 | 4.88 | 24.87 | - |
| YUV | 58.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 139 | 0.34 | 0.81 | 0 | 0.45 | 275.04 | 0.68 | 0.32 |
| Hex | 5C | 1A | 8B | 22 | 51 | 0 | 2D | 113 | 44 | 20 |
| Octal | 134 | 32 | 213 | 42 | 121 | 0 | 55 | 423 | 104 | 40 |
| Binary | 1011100 | 11010 | 10001011 | 100010 | 1010001 | 0 | 101101 | 100010011 | 1000100 | 100000 |
Color Harmonies of #5C1A8B
Complementary color
Monochromatic Colors of #5C1A8B
Black with #5C1A8B
Text Example
Text Example
White with #5C1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A8B; }
p { color: rgb(92,26,139); }
H1.HeaderClassName
{
color: #5C1A8B;
}
.AnyTagClassName
{
color: #5C1A8B;
}
</style>
background-color css
<style>
a { background-color: #5C1A8B; }
a { background-color: rgb(92,26,139); }
div.DivClassName
{
background-color: #5C1A8B;
}
.BgClassName
{
background-color: #5C1A8B;
}
</style>
border-color css
<style>
span { border-color: #5C1A8B; }
span { border-color: rgb(92,26,139); }
td.TdClassName
{
border-color: #5C1A8B;
}
.TagClassName
{
border-color: #5C1A8B;
}
</style>