Shades of Kingfisher Daisy #53397C
Tints of Kingfisher Daisy #53397C
RGB
CMYK
RGB Variations
Color information
#53397C (or 0x53397C) is known color: Kingfisher Daisy. HEX triplet: 53, 39 and 7C. RGB value is (83,57,124). Sum of RGB (Red+Green+Blue) = 83+57+124=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #53397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53397C is #ACC683. Grayscale: #484848. Windows color (decimal): -11323012 or 8141139. OLE color: 8141139.
HSL color Cylindrical-coordinate representation of color #53397C: hue angle of 263.28º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53397C is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 57 | 124 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.51 |
| HSL | 263.28º | 0.37% | 0.35% | - |
| HSV(B) | 263.28º | 0.54% | 0.49% | - |
| XYZ | 8.67 | 6.22 | 19.81 | - |
| YUV | 72.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 124 | 0.33 | 0.54 | 0 | 0.51 | 263.28 | 0.37 | 0.35 |
| Hex | 53 | 39 | 7C | 21 | 36 | 0 | 33 | 107 | 25 | 23 |
| Octal | 123 | 71 | 174 | 41 | 66 | 0 | 63 | 407 | 45 | 43 |
| Binary | 1010011 | 111001 | 1111100 | 100001 | 110110 | 0 | 110011 | 100000111 | 100101 | 100011 |
Color Harmonies of #53397C
Complementary color
Monochromatic Colors of #53397C
Black with #53397C
Text Example
Text Example
White with #53397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53397C; }
p { color: rgb(83,57,124); }
H1.HeaderClassName
{
color: #53397C;
}
.AnyTagClassName
{
color: #53397C;
}
</style>
background-color css
<style>
a { background-color: #53397C; }
a { background-color: rgb(83,57,124); }
div.DivClassName
{
background-color: #53397C;
}
.BgClassName
{
background-color: #53397C;
}
</style>
border-color css
<style>
span { border-color: #53397C; }
span { border-color: rgb(83,57,124); }
td.TdClassName
{
border-color: #53397C;
}
.TagClassName
{
border-color: #53397C;
}
</style>