Shades of Kingfisher Daisy #573B74
Tints of Kingfisher Daisy #573B74
RGB
CMYK
RGB Variations
Color information
#573B74 (or 0x573B74) is known color: Kingfisher Daisy. HEX triplet: 57, 3B and 74. RGB value is (87,59,116). Sum of RGB (Red+Green+Blue) = 87+59+116=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #573B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573B74 is #A8C48B. Grayscale: #494949. Windows color (decimal): -11060364 or 7617367. OLE color: 7617367.
HSL color Cylindrical-coordinate representation of color #573B74: hue angle of 269.47º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #573B74 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 59 | 116 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.55 |
| HSL | 269.47º | 0.33% | 0.34% | - |
| HSV(B) | 269.47º | 0.49% | 0.45% | - |
| XYZ | 8.65 | 6.42 | 17.31 | - |
| YUV | 73.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 116 | 0.25 | 0.49 | 0 | 0.55 | 269.47 | 0.33 | 0.34 |
| Hex | 57 | 3B | 74 | 19 | 31 | 0 | 37 | 10D | 21 | 22 |
| Octal | 127 | 73 | 164 | 31 | 61 | 0 | 67 | 415 | 41 | 42 |
| Binary | 1010111 | 111011 | 1110100 | 11001 | 110001 | 0 | 110111 | 100001101 | 100001 | 100010 |
Color Harmonies of #573B74
Complementary color
Monochromatic Colors of #573B74
Black with #573B74
Text Example
Text Example
White with #573B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B74; }
p { color: rgb(87,59,116); }
H1.HeaderClassName
{
color: #573B74;
}
.AnyTagClassName
{
color: #573B74;
}
</style>
background-color css
<style>
a { background-color: #573B74; }
a { background-color: rgb(87,59,116); }
div.DivClassName
{
background-color: #573B74;
}
.BgClassName
{
background-color: #573B74;
}
</style>
border-color css
<style>
span { border-color: #573B74; }
span { border-color: rgb(87,59,116); }
td.TdClassName
{
border-color: #573B74;
}
.TagClassName
{
border-color: #573B74;
}
</style>