Shades of Kingfisher Daisy #52258C
Tints of Kingfisher Daisy #52258C
RGB
CMYK
RGB Variations
Color information
#52258C (or 0x52258C) is known color: Kingfisher Daisy. HEX triplet: 52, 25 and 8C. RGB value is (82,37,140). Sum of RGB (Red+Green+Blue) = 82+37+140=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #52258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52258C is #ADDA73. Grayscale: #3D3D3D. Windows color (decimal): -11393652 or 9184594. OLE color: 9184594.
HSL color Cylindrical-coordinate representation of color #52258C: hue angle of 266.21º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52258C is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 37 | 140 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.45 |
| HSL | 266.21º | 0.58% | 0.35% | - |
| HSV(B) | 266.21º | 0.74% | 0.55% | - |
| XYZ | 8.87 | 5.01 | 25.31 | - |
| YUV | 62.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 140 | 0.41 | 0.74 | 0 | 0.45 | 266.21 | 0.58 | 0.35 |
| Hex | 52 | 25 | 8C | 29 | 4A | 0 | 2D | 10A | 3A | 23 |
| Octal | 122 | 45 | 214 | 51 | 112 | 0 | 55 | 412 | 72 | 43 |
| Binary | 1010010 | 100101 | 10001100 | 101001 | 1001010 | 0 | 101101 | 100001010 | 111010 | 100011 |
Color Harmonies of #52258C
Complementary color
Monochromatic Colors of #52258C
Black with #52258C
Text Example
Text Example
White with #52258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52258C; }
p { color: rgb(82,37,140); }
H1.HeaderClassName
{
color: #52258C;
}
.AnyTagClassName
{
color: #52258C;
}
</style>
background-color css
<style>
a { background-color: #52258C; }
a { background-color: rgb(82,37,140); }
div.DivClassName
{
background-color: #52258C;
}
.BgClassName
{
background-color: #52258C;
}
</style>
border-color css
<style>
span { border-color: #52258C; }
span { border-color: rgb(82,37,140); }
td.TdClassName
{
border-color: #52258C;
}
.TagClassName
{
border-color: #52258C;
}
</style>