Shades of Kingfisher Daisy #53267F
Tints of Kingfisher Daisy #53267F
RGB
CMYK
RGB Variations
Color information
#53267F (or 0x53267F) is known color: Kingfisher Daisy. HEX triplet: 53, 26 and 7F. RGB value is (83,38,127). Sum of RGB (Red+Green+Blue) = 83+38+127=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #53267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53267F is #ACD980. Grayscale: #3D3D3D. Windows color (decimal): -11327873 or 8332883. OLE color: 8332883.
HSL color Cylindrical-coordinate representation of color #53267F: hue angle of 270.34º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53267F is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 38 | 127 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.50 |
| HSL | 270.34º | 0.54% | 0.32% | - |
| HSV(B) | 270.34º | 0.7% | 0.5% | - |
| XYZ | 8.09 | 4.76 | 20.57 | - |
| YUV | 61.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 127 | 0.35 | 0.70 | 0 | 0.50 | 270.34 | 0.54 | 0.32 |
| Hex | 53 | 26 | 7F | 23 | 46 | 0 | 32 | 10E | 36 | 20 |
| Octal | 123 | 46 | 177 | 43 | 106 | 0 | 62 | 416 | 66 | 40 |
| Binary | 1010011 | 100110 | 1111111 | 100011 | 1000110 | 0 | 110010 | 100001110 | 110110 | 100000 |
Color Harmonies of #53267F
Complementary color
Monochromatic Colors of #53267F
Black with #53267F
Text Example
Text Example
White with #53267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53267F; }
p { color: rgb(83,38,127); }
H1.HeaderClassName
{
color: #53267F;
}
.AnyTagClassName
{
color: #53267F;
}
</style>
background-color css
<style>
a { background-color: #53267F; }
a { background-color: rgb(83,38,127); }
div.DivClassName
{
background-color: #53267F;
}
.BgClassName
{
background-color: #53267F;
}
</style>
border-color css
<style>
span { border-color: #53267F; }
span { border-color: rgb(83,38,127); }
td.TdClassName
{
border-color: #53267F;
}
.TagClassName
{
border-color: #53267F;
}
</style>