Shades of Kingfisher Daisy #53258D
Tints of Kingfisher Daisy #53258D
RGB
CMYK
RGB Variations
Color information
#53258D (or 0x53258D) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 8D. RGB value is (83,37,141). Sum of RGB (Red+Green+Blue) = 83+37+141=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #53258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53258D is #ACDA72. Grayscale: #3E3E3E. Windows color (decimal): -11328115 or 9250131. OLE color: 9250131.
HSL color Cylindrical-coordinate representation of color #53258D: hue angle of 266.54º 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 #53258D is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 37 | 141 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.45 |
| HSL | 266.54º | 0.58% | 0.35% | - |
| HSV(B) | 266.54º | 0.74% | 0.55% | - |
| XYZ | 9.04 | 5.09 | 25.7 | - |
| YUV | 62.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 141 | 0.41 | 0.74 | 0 | 0.45 | 266.54 | 0.58 | 0.35 |
| Hex | 53 | 25 | 8D | 29 | 4A | 0 | 2D | 10B | 3A | 23 |
| Octal | 123 | 45 | 215 | 51 | 112 | 0 | 55 | 413 | 72 | 43 |
| Binary | 1010011 | 100101 | 10001101 | 101001 | 1001010 | 0 | 101101 | 100001011 | 111010 | 100011 |
Color Harmonies of #53258D
Complementary color
Monochromatic Colors of #53258D
Black with #53258D
Text Example
Text Example
White with #53258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53258D; }
p { color: rgb(83,37,141); }
H1.HeaderClassName
{
color: #53258D;
}
.AnyTagClassName
{
color: #53258D;
}
</style>
background-color css
<style>
a { background-color: #53258D; }
a { background-color: rgb(83,37,141); }
div.DivClassName
{
background-color: #53258D;
}
.BgClassName
{
background-color: #53258D;
}
</style>
border-color css
<style>
span { border-color: #53258D; }
span { border-color: rgb(83,37,141); }
td.TdClassName
{
border-color: #53258D;
}
.TagClassName
{
border-color: #53258D;
}
</style>