Shades of Kingfisher Daisy #5C1A88
Tints of Kingfisher Daisy #5C1A88
RGB
CMYK
RGB Variations
Color information
#5C1A88 (or 0x5C1A88) is known color: Kingfisher Daisy. HEX triplet: 5C, 1A and 88. RGB value is (92,26,136). Sum of RGB (Red+Green+Blue) = 92+26+136=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C1A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1A88 is #A3E577. Grayscale: #393939. Windows color (decimal): -10741112 or 8919644. OLE color: 8919644.
HSL color Cylindrical-coordinate representation of color #5C1A88: hue angle of 276º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C1A88 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 26 | 136 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.47 |
| HSL | 276º | 0.68% | 0.32% | - |
| HSV(B) | 276º | 0.81% | 0.53% | - |
| XYZ | 9.23 | 4.79 | 23.73 | - |
| YUV | 58.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 136 | 0.32 | 0.81 | 0 | 0.47 | 276 | 0.68 | 0.32 |
| Hex | 5C | 1A | 88 | 20 | 51 | 0 | 2F | 114 | 44 | 20 |
| Octal | 134 | 32 | 210 | 40 | 121 | 0 | 57 | 424 | 104 | 40 |
| Binary | 1011100 | 11010 | 10001000 | 100000 | 1010001 | 0 | 101111 | 100010100 | 1000100 | 100000 |
Color Harmonies of #5C1A88
Complementary color
Monochromatic Colors of #5C1A88
Black with #5C1A88
Text Example
Text Example
White with #5C1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A88; }
p { color: rgb(92,26,136); }
H1.HeaderClassName
{
color: #5C1A88;
}
.AnyTagClassName
{
color: #5C1A88;
}
</style>
background-color css
<style>
a { background-color: #5C1A88; }
a { background-color: rgb(92,26,136); }
div.DivClassName
{
background-color: #5C1A88;
}
.BgClassName
{
background-color: #5C1A88;
}
</style>
border-color css
<style>
span { border-color: #5C1A88; }
span { border-color: rgb(92,26,136); }
td.TdClassName
{
border-color: #5C1A88;
}
.TagClassName
{
border-color: #5C1A88;
}
</style>