Shades of Kingfisher Daisy #512985
Tints of Kingfisher Daisy #512985
RGB
CMYK
RGB Variations
Color information
#512985 (or 0x512985) is known color: Kingfisher Daisy. HEX triplet: 51, 29 and 85. RGB value is (81,41,133). Sum of RGB (Red+Green+Blue) = 81+41+133=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #512985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512985 is #AED67A. Grayscale: #3F3F3F. Windows color (decimal): -11458171 or 8726865. OLE color: 8726865.
HSL color Cylindrical-coordinate representation of color #512985: hue angle of 266.09º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512985 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 41 | 133 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.48 |
| HSL | 266.09º | 0.53% | 0.34% | - |
| HSV(B) | 266.09º | 0.69% | 0.52% | - |
| XYZ | 8.42 | 5.03 | 22.72 | - |
| YUV | 63.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 133 | 0.39 | 0.69 | 0 | 0.48 | 266.09 | 0.53 | 0.34 |
| Hex | 51 | 29 | 85 | 27 | 45 | 0 | 30 | 10A | 35 | 22 |
| Octal | 121 | 51 | 205 | 47 | 105 | 0 | 60 | 412 | 65 | 42 |
| Binary | 1010001 | 101001 | 10000101 | 100111 | 1000101 | 0 | 110000 | 100001010 | 110101 | 100010 |
Color Harmonies of #512985
Complementary color
Monochromatic Colors of #512985
Black with #512985
Text Example
Text Example
White with #512985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512985; }
p { color: rgb(81,41,133); }
H1.HeaderClassName
{
color: #512985;
}
.AnyTagClassName
{
color: #512985;
}
</style>
background-color css
<style>
a { background-color: #512985; }
a { background-color: rgb(81,41,133); }
div.DivClassName
{
background-color: #512985;
}
.BgClassName
{
background-color: #512985;
}
</style>
border-color css
<style>
span { border-color: #512985; }
span { border-color: rgb(81,41,133); }
td.TdClassName
{
border-color: #512985;
}
.TagClassName
{
border-color: #512985;
}
</style>