Shades of Kingfisher Daisy #5C2786
Tints of Kingfisher Daisy #5C2786
RGB
CMYK
RGB Variations
Color information
#5C2786 (or 0x5C2786) is known color: Kingfisher Daisy. HEX triplet: 5C, 27 and 86. RGB value is (92,39,134). Sum of RGB (Red+Green+Blue) = 92+39+134=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C2786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2786 is #A3D879. Grayscale: #414141. Windows color (decimal): -10737786 or 8791900. OLE color: 8791900.
HSL color Cylindrical-coordinate representation of color #5C2786: hue angle of 273.47º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C2786 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 39 | 134 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.47 |
| HSL | 273.47º | 0.55% | 0.34% | - |
| HSV(B) | 273.47º | 0.71% | 0.53% | - |
| XYZ | 9.44 | 5.45 | 23.11 | - |
| YUV | 65.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 134 | 0.31 | 0.71 | 0 | 0.47 | 273.47 | 0.55 | 0.34 |
| Hex | 5C | 27 | 86 | 1F | 47 | 0 | 2F | 111 | 37 | 22 |
| Octal | 134 | 47 | 206 | 37 | 107 | 0 | 57 | 421 | 67 | 42 |
| Binary | 1011100 | 100111 | 10000110 | 11111 | 1000111 | 0 | 101111 | 100010001 | 110111 | 100010 |
Color Harmonies of #5C2786
Complementary color
Monochromatic Colors of #5C2786
Black with #5C2786
Text Example
Text Example
White with #5C2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2786; }
p { color: rgb(92,39,134); }
H1.HeaderClassName
{
color: #5C2786;
}
.AnyTagClassName
{
color: #5C2786;
}
</style>
background-color css
<style>
a { background-color: #5C2786; }
a { background-color: rgb(92,39,134); }
div.DivClassName
{
background-color: #5C2786;
}
.BgClassName
{
background-color: #5C2786;
}
</style>
border-color css
<style>
span { border-color: #5C2786; }
span { border-color: rgb(92,39,134); }
td.TdClassName
{
border-color: #5C2786;
}
.TagClassName
{
border-color: #5C2786;
}
</style>