Shades of Kingfisher Daisy #5C2E87
Tints of Kingfisher Daisy #5C2E87
RGB
CMYK
RGB Variations
Color information
#5C2E87 (or 0x5C2E87) is known color: Kingfisher Daisy. HEX triplet: 5C, 2E and 87. RGB value is (92,46,135). Sum of RGB (Red+Green+Blue) = 92+46+135=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C2E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2E87 is #A3D178. Grayscale: #454545. Windows color (decimal): -10735993 or 8859228. OLE color: 8859228.
HSL color Cylindrical-coordinate representation of color #5C2E87: hue angle of 271.01º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C2E87 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 46 | 135 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.47 |
| HSL | 271.01º | 0.49% | 0.35% | - |
| HSV(B) | 271.01º | 0.66% | 0.53% | - |
| XYZ | 9.76 | 5.98 | 23.56 | - |
| YUV | 69.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 135 | 0.32 | 0.66 | 0 | 0.47 | 271.01 | 0.49 | 0.35 |
| Hex | 5C | 2E | 87 | 20 | 42 | 0 | 2F | 10F | 31 | 23 |
| Octal | 134 | 56 | 207 | 40 | 102 | 0 | 57 | 417 | 61 | 43 |
| Binary | 1011100 | 101110 | 10000111 | 100000 | 1000010 | 0 | 101111 | 100001111 | 110001 | 100011 |
Color Harmonies of #5C2E87
Complementary color
Monochromatic Colors of #5C2E87
Black with #5C2E87
Text Example
Text Example
White with #5C2E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E87; }
p { color: rgb(92,46,135); }
H1.HeaderClassName
{
color: #5C2E87;
}
.AnyTagClassName
{
color: #5C2E87;
}
</style>
background-color css
<style>
a { background-color: #5C2E87; }
a { background-color: rgb(92,46,135); }
div.DivClassName
{
background-color: #5C2E87;
}
.BgClassName
{
background-color: #5C2E87;
}
</style>
border-color css
<style>
span { border-color: #5C2E87; }
span { border-color: rgb(92,46,135); }
td.TdClassName
{
border-color: #5C2E87;
}
.TagClassName
{
border-color: #5C2E87;
}
</style>