Shades of Kingfisher Daisy #52317E
Tints of Kingfisher Daisy #52317E
RGB
CMYK
RGB Variations
Color information
#52317E (or 0x52317E) is known color: Kingfisher Daisy. HEX triplet: 52, 31 and 7E. RGB value is (82,49,126). Sum of RGB (Red+Green+Blue) = 82+49+126=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #52317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52317E is #ADCE81. Grayscale: #434343. Windows color (decimal): -11390594 or 8270162. OLE color: 8270162.
HSL color Cylindrical-coordinate representation of color #52317E: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52317E is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 49 | 126 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.51 |
| HSL | 265.71º | 0.44% | 0.34% | - |
| HSV(B) | 265.71º | 0.61% | 0.49% | - |
| XYZ | 8.34 | 5.5 | 20.36 | - |
| YUV | 67.65 | 160.93 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 126 | 0.35 | 0.61 | 0 | 0.51 | 265.71 | 0.44 | 0.34 |
| Hex | 52 | 31 | 7E | 23 | 3D | 0 | 33 | 10A | 2C | 22 |
| Octal | 122 | 61 | 176 | 43 | 75 | 0 | 63 | 412 | 54 | 42 |
| Binary | 1010010 | 110001 | 1111110 | 100011 | 111101 | 0 | 110011 | 100001010 | 101100 | 100010 |
Color Harmonies of #52317E
Complementary color
Monochromatic Colors of #52317E
Black with #52317E
Text Example
Text Example
White with #52317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52317E; }
p { color: rgb(82,49,126); }
H1.HeaderClassName
{
color: #52317E;
}
.AnyTagClassName
{
color: #52317E;
}
</style>
background-color css
<style>
a { background-color: #52317E; }
a { background-color: rgb(82,49,126); }
div.DivClassName
{
background-color: #52317E;
}
.BgClassName
{
background-color: #52317E;
}
</style>
border-color css
<style>
span { border-color: #52317E; }
span { border-color: rgb(82,49,126); }
td.TdClassName
{
border-color: #52317E;
}
.TagClassName
{
border-color: #52317E;
}
</style>