Shades of Kingfisher Daisy #512B83
Tints of Kingfisher Daisy #512B83
RGB
CMYK
RGB Variations
Color information
#512B83 (or 0x512B83) is known color: Kingfisher Daisy. HEX triplet: 51, 2B and 83. RGB value is (81,43,131). Sum of RGB (Red+Green+Blue) = 81+43+131=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #512B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512B83 is #AED47C. Grayscale: #404040. Windows color (decimal): -11457661 or 8596305. OLE color: 8596305.
HSL color Cylindrical-coordinate representation of color #512B83: hue angle of 265.91º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #512B83 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 43 | 131 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.49 |
| HSL | 265.91º | 0.51% | 0.34% | - |
| HSV(B) | 265.91º | 0.67% | 0.51% | - |
| XYZ | 8.35 | 5.12 | 22.02 | - |
| YUV | 64.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 131 | 0.38 | 0.67 | 0 | 0.49 | 265.91 | 0.51 | 0.34 |
| Hex | 51 | 2B | 83 | 26 | 43 | 0 | 31 | 10A | 33 | 22 |
| Octal | 121 | 53 | 203 | 46 | 103 | 0 | 61 | 412 | 63 | 42 |
| Binary | 1010001 | 101011 | 10000011 | 100110 | 1000011 | 0 | 110001 | 100001010 | 110011 | 100010 |
Color Harmonies of #512B83
Complementary color
Monochromatic Colors of #512B83
Black with #512B83
Text Example
Text Example
White with #512B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B83; }
p { color: rgb(81,43,131); }
H1.HeaderClassName
{
color: #512B83;
}
.AnyTagClassName
{
color: #512B83;
}
</style>
background-color css
<style>
a { background-color: #512B83; }
a { background-color: rgb(81,43,131); }
div.DivClassName
{
background-color: #512B83;
}
.BgClassName
{
background-color: #512B83;
}
</style>
border-color css
<style>
span { border-color: #512B83; }
span { border-color: rgb(81,43,131); }
td.TdClassName
{
border-color: #512B83;
}
.TagClassName
{
border-color: #512B83;
}
</style>