Shades of Kingfisher Daisy #511C9A
Tints of Kingfisher Daisy #511C9A
RGB
CMYK
RGB Variations
Color information
#511C9A (or 0x511C9A) is known color: Kingfisher Daisy. HEX triplet: 51, 1C and 9A. RGB value is (81,28,154). Sum of RGB (Red+Green+Blue) = 81+28+154=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #511C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511C9A is #AEE365. Grayscale: #393939. Windows color (decimal): -11461478 or 10099793. OLE color: 10099793.
HSL color Cylindrical-coordinate representation of color #511C9A: hue angle of 265.24º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511C9A is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 28 | 154 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.40 |
| HSL | 265.24º | 0.69% | 0.36% | - |
| HSV(B) | 265.24º | 0.82% | 0.6% | - |
| XYZ | 9.64 | 4.91 | 31.01 | - |
| YUV | 58.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 154 | 0.47 | 0.82 | 0 | 0.40 | 265.24 | 0.69 | 0.36 |
| Hex | 51 | 1C | 9A | 2F | 52 | 0 | 28 | 109 | 45 | 24 |
| Octal | 121 | 34 | 232 | 57 | 122 | 0 | 50 | 411 | 105 | 44 |
| Binary | 1010001 | 11100 | 10011010 | 101111 | 1010010 | 0 | 101000 | 100001001 | 1000101 | 100100 |
Color Harmonies of #511C9A
Complementary color
Monochromatic Colors of #511C9A
Black with #511C9A
Text Example
Text Example
White with #511C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C9A; }
p { color: rgb(81,28,154); }
H1.HeaderClassName
{
color: #511C9A;
}
.AnyTagClassName
{
color: #511C9A;
}
</style>
background-color css
<style>
a { background-color: #511C9A; }
a { background-color: rgb(81,28,154); }
div.DivClassName
{
background-color: #511C9A;
}
.BgClassName
{
background-color: #511C9A;
}
</style>
border-color css
<style>
span { border-color: #511C9A; }
span { border-color: rgb(81,28,154); }
td.TdClassName
{
border-color: #511C9A;
}
.TagClassName
{
border-color: #511C9A;
}
</style>