Shades of Kingfisher Daisy #53287E
Tints of Kingfisher Daisy #53287E
RGB
CMYK
RGB Variations
Color information
#53287E (or 0x53287E) is known color: Kingfisher Daisy. HEX triplet: 53, 28 and 7E. RGB value is (83,40,126). Sum of RGB (Red+Green+Blue) = 83+40+126=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #53287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53287E is #ACD781. Grayscale: #3E3E3E. Windows color (decimal): -11327362 or 8267859. OLE color: 8267859.
HSL color Cylindrical-coordinate representation of color #53287E: hue angle of 270º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53287E is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 40 | 126 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.51 |
| HSL | 270º | 0.52% | 0.33% | - |
| HSV(B) | 270º | 0.68% | 0.49% | - |
| XYZ | 8.09 | 4.86 | 20.25 | - |
| YUV | 62.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 126 | 0.34 | 0.68 | 0 | 0.51 | 270 | 0.52 | 0.33 |
| Hex | 53 | 28 | 7E | 22 | 44 | 0 | 33 | 10E | 34 | 21 |
| Octal | 123 | 50 | 176 | 42 | 104 | 0 | 63 | 416 | 64 | 41 |
| Binary | 1010011 | 101000 | 1111110 | 100010 | 1000100 | 0 | 110011 | 100001110 | 110100 | 100001 |
Color Harmonies of #53287E
Complementary color
Monochromatic Colors of #53287E
Black with #53287E
Text Example
Text Example
White with #53287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53287E; }
p { color: rgb(83,40,126); }
H1.HeaderClassName
{
color: #53287E;
}
.AnyTagClassName
{
color: #53287E;
}
</style>
background-color css
<style>
a { background-color: #53287E; }
a { background-color: rgb(83,40,126); }
div.DivClassName
{
background-color: #53287E;
}
.BgClassName
{
background-color: #53287E;
}
</style>
border-color css
<style>
span { border-color: #53287E; }
span { border-color: rgb(83,40,126); }
td.TdClassName
{
border-color: #53287E;
}
.TagClassName
{
border-color: #53287E;
}
</style>