Shades of Kingfisher Daisy #53258F
Tints of Kingfisher Daisy #53258F
RGB
CMYK
RGB Variations
Color information
#53258F (or 0x53258F) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 8F. RGB value is (83,37,143). Sum of RGB (Red+Green+Blue) = 83+37+143=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #53258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53258F is #ACDA70. Grayscale: #3E3E3E. Windows color (decimal): -11328113 or 9381203. OLE color: 9381203.
HSL color Cylindrical-coordinate representation of color #53258F: hue angle of 266.04º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53258F is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 37 | 143 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.44 |
| HSL | 266.04º | 0.59% | 0.35% | - |
| HSV(B) | 266.04º | 0.74% | 0.56% | - |
| XYZ | 9.19 | 5.15 | 26.5 | - |
| YUV | 62.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 143 | 0.42 | 0.74 | 0 | 0.44 | 266.04 | 0.59 | 0.35 |
| Hex | 53 | 25 | 8F | 2A | 4A | 0 | 2C | 10A | 3B | 23 |
| Octal | 123 | 45 | 217 | 52 | 112 | 0 | 54 | 412 | 73 | 43 |
| Binary | 1010011 | 100101 | 10001111 | 101010 | 1001010 | 0 | 101100 | 100001010 | 111011 | 100011 |
Color Harmonies of #53258F
Complementary color
Monochromatic Colors of #53258F
Black with #53258F
Text Example
Text Example
White with #53258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53258F; }
p { color: rgb(83,37,143); }
H1.HeaderClassName
{
color: #53258F;
}
.AnyTagClassName
{
color: #53258F;
}
</style>
background-color css
<style>
a { background-color: #53258F; }
a { background-color: rgb(83,37,143); }
div.DivClassName
{
background-color: #53258F;
}
.BgClassName
{
background-color: #53258F;
}
</style>
border-color css
<style>
span { border-color: #53258F; }
span { border-color: rgb(83,37,143); }
td.TdClassName
{
border-color: #53258F;
}
.TagClassName
{
border-color: #53258F;
}
</style>