Shades of Kingfisher Daisy #5C1A9D
Tints of Kingfisher Daisy #5C1A9D
RGB
CMYK
RGB Variations
Color information
#5C1A9D (or 0x5C1A9D) is known color: Kingfisher Daisy. HEX triplet: 5C, 1A and 9D. RGB value is (92,26,157). Sum of RGB (Red+Green+Blue) = 92+26+157=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C1A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1A9D is #A3E562. Grayscale: #3C3C3C. Windows color (decimal): -10741091 or 10295900. OLE color: 10295900.
HSL color Cylindrical-coordinate representation of color #5C1A9D: hue angle of 270.23º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1A9D is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 26 | 157 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.38 |
| HSL | 270.23º | 0.72% | 0.36% | - |
| HSV(B) | 270.23º | 0.83% | 0.62% | - |
| XYZ | 10.87 | 5.45 | 32.38 | - |
| YUV | 60.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 157 | 0.41 | 0.83 | 0 | 0.38 | 270.23 | 0.72 | 0.36 |
| Hex | 5C | 1A | 9D | 29 | 53 | 0 | 26 | 10E | 48 | 24 |
| Octal | 134 | 32 | 235 | 51 | 123 | 0 | 46 | 416 | 110 | 44 |
| Binary | 1011100 | 11010 | 10011101 | 101001 | 1010011 | 0 | 100110 | 100001110 | 1001000 | 100100 |
Color Harmonies of #5C1A9D
Complementary color
Monochromatic Colors of #5C1A9D
Black with #5C1A9D
Text Example
Text Example
White with #5C1A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A9D; }
p { color: rgb(92,26,157); }
H1.HeaderClassName
{
color: #5C1A9D;
}
.AnyTagClassName
{
color: #5C1A9D;
}
</style>
background-color css
<style>
a { background-color: #5C1A9D; }
a { background-color: rgb(92,26,157); }
div.DivClassName
{
background-color: #5C1A9D;
}
.BgClassName
{
background-color: #5C1A9D;
}
</style>
border-color css
<style>
span { border-color: #5C1A9D; }
span { border-color: rgb(92,26,157); }
td.TdClassName
{
border-color: #5C1A9D;
}
.TagClassName
{
border-color: #5C1A9D;
}
</style>