Shades of Kingfisher Daisy #501B87
Tints of Kingfisher Daisy #501B87
RGB
CMYK
RGB Variations
Color information
#501B87 (or 0x501B87) is known color: Kingfisher Daisy. HEX triplet: 50, 1B and 87. RGB value is (80,27,135). Sum of RGB (Red+Green+Blue) = 80+27+135=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #501B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501B87 is #AFE478. Grayscale: #363636. Windows color (decimal): -11527289 or 8854352. OLE color: 8854352.
HSL color Cylindrical-coordinate representation of color #501B87: hue angle of 269.44º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501B87 is Cyan = 0.41, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 27 | 135 | - |
| CMYK | 0.41 | 0.8 | 0 | 0.47 |
| HSL | 269.44º | 0.67% | 0.32% | - |
| HSV(B) | 269.44º | 0.8% | 0.53% | - |
| XYZ | 8.07 | 4.24 | 23.31 | - |
| YUV | 55.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 135 | 0.41 | 0.8 | 0 | 0.47 | 269.44 | 0.67 | 0.32 |
| Hex | 50 | 1B | 87 | 29 | 50 | 0 | 2F | 10D | 43 | 20 |
| Octal | 120 | 33 | 207 | 51 | 120 | 0 | 57 | 415 | 103 | 40 |
| Binary | 1010000 | 11011 | 10000111 | 101001 | 1010000 | 0 | 101111 | 100001101 | 1000011 | 100000 |
Color Harmonies of #501B87
Complementary color
Monochromatic Colors of #501B87
Black with #501B87
Text Example
Text Example
White with #501B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B87; }
p { color: rgb(80,27,135); }
H1.HeaderClassName
{
color: #501B87;
}
.AnyTagClassName
{
color: #501B87;
}
</style>
background-color css
<style>
a { background-color: #501B87; }
a { background-color: rgb(80,27,135); }
div.DivClassName
{
background-color: #501B87;
}
.BgClassName
{
background-color: #501B87;
}
</style>
border-color css
<style>
span { border-color: #501B87; }
span { border-color: rgb(80,27,135); }
td.TdClassName
{
border-color: #501B87;
}
.TagClassName
{
border-color: #501B87;
}
</style>