Shades of Kingfisher Daisy #52327A
Tints of Kingfisher Daisy #52327A
RGB
CMYK
RGB Variations
Color information
#52327A (or 0x52327A) is known color: Kingfisher Daisy. HEX triplet: 52, 32 and 7A. RGB value is (82,50,122). Sum of RGB (Red+Green+Blue) = 82+50+122=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #52327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52327A is #ADCD85. Grayscale: #434343. Windows color (decimal): -11390342 or 8008274. OLE color: 8008274.
HSL color Cylindrical-coordinate representation of color #52327A: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52327A is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 50 | 122 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.52 |
| HSL | 266.67º | 0.42% | 0.34% | - |
| HSV(B) | 266.67º | 0.59% | 0.48% | - |
| XYZ | 8.13 | 5.48 | 19.04 | - |
| YUV | 67.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 122 | 0.33 | 0.59 | 0 | 0.52 | 266.67 | 0.42 | 0.34 |
| Hex | 52 | 32 | 7A | 21 | 3B | 0 | 34 | 10B | 2A | 22 |
| Octal | 122 | 62 | 172 | 41 | 73 | 0 | 64 | 413 | 52 | 42 |
| Binary | 1010010 | 110010 | 1111010 | 100001 | 111011 | 0 | 110100 | 100001011 | 101010 | 100010 |
Color Harmonies of #52327A
Complementary color
Monochromatic Colors of #52327A
Black with #52327A
Text Example
Text Example
White with #52327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52327A; }
p { color: rgb(82,50,122); }
H1.HeaderClassName
{
color: #52327A;
}
.AnyTagClassName
{
color: #52327A;
}
</style>
background-color css
<style>
a { background-color: #52327A; }
a { background-color: rgb(82,50,122); }
div.DivClassName
{
background-color: #52327A;
}
.BgClassName
{
background-color: #52327A;
}
</style>
border-color css
<style>
span { border-color: #52327A; }
span { border-color: rgb(82,50,122); }
td.TdClassName
{
border-color: #52327A;
}
.TagClassName
{
border-color: #52327A;
}
</style>