Shades of Kingfisher Daisy #512B8C
Tints of Kingfisher Daisy #512B8C
RGB
CMYK
RGB Variations
Color information
#512B8C (or 0x512B8C) is known color: Kingfisher Daisy. HEX triplet: 51, 2B and 8C. RGB value is (81,43,140). Sum of RGB (Red+Green+Blue) = 81+43+140=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #512B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512B8C is #AED473. Grayscale: #414141. Windows color (decimal): -11457652 or 9186129. OLE color: 9186129.
HSL color Cylindrical-coordinate representation of color #512B8C: hue angle of 263.51º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512B8C is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 43 | 140 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.45 |
| HSL | 263.51º | 0.53% | 0.36% | - |
| HSV(B) | 263.51º | 0.69% | 0.55% | - |
| XYZ | 8.99 | 5.37 | 25.37 | - |
| YUV | 65.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 140 | 0.42 | 0.69 | 0 | 0.45 | 263.51 | 0.53 | 0.36 |
| Hex | 51 | 2B | 8C | 2A | 45 | 0 | 2D | 108 | 35 | 24 |
| Octal | 121 | 53 | 214 | 52 | 105 | 0 | 55 | 410 | 65 | 44 |
| Binary | 1010001 | 101011 | 10001100 | 101010 | 1000101 | 0 | 101101 | 100001000 | 110101 | 100100 |
Color Harmonies of #512B8C
Complementary color
Monochromatic Colors of #512B8C
Black with #512B8C
Text Example
Text Example
White with #512B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B8C; }
p { color: rgb(81,43,140); }
H1.HeaderClassName
{
color: #512B8C;
}
.AnyTagClassName
{
color: #512B8C;
}
</style>
background-color css
<style>
a { background-color: #512B8C; }
a { background-color: rgb(81,43,140); }
div.DivClassName
{
background-color: #512B8C;
}
.BgClassName
{
background-color: #512B8C;
}
</style>
border-color css
<style>
span { border-color: #512B8C; }
span { border-color: rgb(81,43,140); }
td.TdClassName
{
border-color: #512B8C;
}
.TagClassName
{
border-color: #512B8C;
}
</style>