Shades of Kingfisher Daisy #53377D
Tints of Kingfisher Daisy #53377D
RGB
CMYK
RGB Variations
Color information
#53377D (or 0x53377D) is known color: Kingfisher Daisy. HEX triplet: 53, 37 and 7D. RGB value is (83,55,125). Sum of RGB (Red+Green+Blue) = 83+55+125=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #53377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53377D is #ACC882. Grayscale: #474747. Windows color (decimal): -11323523 or 8206163. OLE color: 8206163.
HSL color Cylindrical-coordinate representation of color #53377D: hue angle of 264º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53377D is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 55 | 125 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.51 |
| HSL | 264º | 0.39% | 0.35% | - |
| HSV(B) | 264º | 0.56% | 0.49% | - |
| XYZ | 8.64 | 6.05 | 20.12 | - |
| YUV | 71.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 125 | 0.34 | 0.56 | 0 | 0.51 | 264 | 0.39 | 0.35 |
| Hex | 53 | 37 | 7D | 22 | 38 | 0 | 33 | 108 | 27 | 23 |
| Octal | 123 | 67 | 175 | 42 | 70 | 0 | 63 | 410 | 47 | 43 |
| Binary | 1010011 | 110111 | 1111101 | 100010 | 111000 | 0 | 110011 | 100001000 | 100111 | 100011 |
Color Harmonies of #53377D
Complementary color
Monochromatic Colors of #53377D
Black with #53377D
Text Example
Text Example
White with #53377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53377D; }
p { color: rgb(83,55,125); }
H1.HeaderClassName
{
color: #53377D;
}
.AnyTagClassName
{
color: #53377D;
}
</style>
background-color css
<style>
a { background-color: #53377D; }
a { background-color: rgb(83,55,125); }
div.DivClassName
{
background-color: #53377D;
}
.BgClassName
{
background-color: #53377D;
}
</style>
border-color css
<style>
span { border-color: #53377D; }
span { border-color: rgb(83,55,125); }
td.TdClassName
{
border-color: #53377D;
}
.TagClassName
{
border-color: #53377D;
}
</style>