Shades of Kingfisher Daisy #512485
Tints of Kingfisher Daisy #512485
RGB
CMYK
RGB Variations
Color information
#512485 (or 0x512485) is known color: Kingfisher Daisy. HEX triplet: 51, 24 and 85. RGB value is (81,36,133). Sum of RGB (Red+Green+Blue) = 81+36+133=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #512485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512485 is #AEDB7A. Grayscale: #3C3C3C. Windows color (decimal): -11459451 or 8725585. OLE color: 8725585.
HSL color Cylindrical-coordinate representation of color #512485: hue angle of 267.84º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512485 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 36 | 133 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.48 |
| HSL | 267.84º | 0.57% | 0.33% | - |
| HSV(B) | 267.84º | 0.73% | 0.52% | - |
| XYZ | 8.26 | 4.7 | 22.66 | - |
| YUV | 60.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 133 | 0.39 | 0.73 | 0 | 0.48 | 267.84 | 0.57 | 0.33 |
| Hex | 51 | 24 | 85 | 27 | 49 | 0 | 30 | 10C | 39 | 21 |
| Octal | 121 | 44 | 205 | 47 | 111 | 0 | 60 | 414 | 71 | 41 |
| Binary | 1010001 | 100100 | 10000101 | 100111 | 1001001 | 0 | 110000 | 100001100 | 111001 | 100001 |
Color Harmonies of #512485
Complementary color
Monochromatic Colors of #512485
Black with #512485
Text Example
Text Example
White with #512485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512485; }
p { color: rgb(81,36,133); }
H1.HeaderClassName
{
color: #512485;
}
.AnyTagClassName
{
color: #512485;
}
</style>
background-color css
<style>
a { background-color: #512485; }
a { background-color: rgb(81,36,133); }
div.DivClassName
{
background-color: #512485;
}
.BgClassName
{
background-color: #512485;
}
</style>
border-color css
<style>
span { border-color: #512485; }
span { border-color: rgb(81,36,133); }
td.TdClassName
{
border-color: #512485;
}
.TagClassName
{
border-color: #512485;
}
</style>